Hi,
it would be nice if there was an option to restrict logging further:
- either completely deactivate logging
- specify more than one path with
LOG_IGNORE_PATH
The latter could be implemented by doing a regex match instead of a string comparison.
Without requests being logged, one could assure that no personal or secret data gets leaked.
Cheers
Volker
Hi,
it would be nice if there was an option to restrict logging further:
LOG_IGNORE_PATHThe latter could be implemented by doing a regex match instead of a string comparison.
Without requests being logged, one could assure that no personal or secret data gets leaked.
Cheers
Volker