Problem/Motivation
This is a follow-up issue of #3441795: Adjust the logging for the local endpoint implementation.
Sometimes we do not want any noise coming from this module.
Steps to reproduce
Proposed resolution
Create an option to turn off any logging coming from this module.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork friendlycaptcha-3441994
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
anybodyAs written in #10 in the other issue, please implement this as "Debug" opt-in. I guess there are some other modules doing it the same way.
This should only affect the notices which the admin can't do anything about.
Comment #4
grevil commentedWe talked about this internally. Apparently it is wiser to invert this feature.
Comment #5
grevil commentedDone, please review.
Comment #6
anybodyWell done, just two minimal improvements to make this more useful and understandable for the outside world :)
RTBC afterwards!
Comment #7
anybodyComment #8
grevil commentedComment #9
anybodyPerfect! :)
Comment #11
anybody