You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a DebugMode class in adb250e which can be used to log things to a debug log file in wp-content if the ANTISPAM_BEE_DEBUG_MODE_ENABLED constant is set to true. I also added first loggings to the rule handling and the precheck method of the honeypot.
Following the last v3 introduction, I see the need to better understand what is happening in each module.
Proposal: What about adding a new setting called "Enable Debug Mode" to our options.
In each module we can check if this option is enabled and if yes, we log additional information, like this ...
This way we could better see in the beta phase (with enabled debug mode) what is happening is where thing go wrong.
The text was updated successfully, but these errors were encountered: