Closed mskvorcovs closed 7 years ago
This project uses LibLog. Logging will be automatically wired up. Those log messages are at debug leve.
Setting the logname to null doesn't disable it.
Instead, in your logging configuration,
debug
, or ...I know this is possible for Serilog
I'm setting
appBuilder.MaxRequestContentLength(1024*Utils.MaxRequestSizeKb, null); //x1024 for kilobytes
But still my log is flooded with messages like:These lines are added for each request.