Logs Sharing

Note

This component is not activated by default.

Why do we need it?

We chose to initiate the logs sharing as some actions can really be random when working with millions of domains.

The idea and purpose of this feature are ONLY to make PyFunceble a better tool.

What is collected

Changed in version 4.0.0.

As of 4.0.0, we temporarly disabled and removed all data collection.

Indeed, I need to rewrite the infrastructure behind it. Therefore, I refused to implement any of the data collection source code until the infrastructure behind it is ready.

Warning

The following table only represent the option as available in the 3.x version of PyFunceble.

Event Shared URL
No WHOIS server (referrer) is found.
  • The extension of the currently tested domain.
https://pyfunceble.funilrys.com/api/no-referrer
The expiration date is not correctly formatted.
  • The extracted expiration date.
  • The currently tested domain.
  • The currently used WHOIS server (DNS) name.
https://pyfunceble.funilrys.com/api/date-format

How to share logs?

If you wish to share your logs simply change

share_logs:                   False

to

share_logs:                   True

into your personal .PyFunceble.yaml or use the --share-logs argument from the CLI to activate it.