Closed roessland closed 1 year ago
For my use case I'd like to swap the hardcoded request.logger.info calls to request.logger.debug. Logging these on info level is too verbose.
request.logger.info
request.logger.debug
info
Happy to contribute if you would accept a PR for this.
For my use case I'd like to swap the hardcoded
request.logger.info
calls torequest.logger.debug
. Logging these oninfo
level is too verbose.Happy to contribute if you would accept a PR for this.