module.web
module.web copied to clipboard
Support log-requests' log level configurable
Hi,
I made a PR to support log-requests' log level configurable.
https://github.com/duct-framework/module.web/pull/20
I would like to displace log-requests message from my application, but I could not find any solution. So I made a little code change to change the log level.
Thank you.