Posts by Paulo Leal • 1 point
1 post
-
-1
votes0
answers14
viewsQ: How to disable the log of certain c# routes using iLogger?
I currently use Microsoft’s own Logger to log the application, as follows: if (environment != null && !environment.IsLocal() && !environment.IsDocker()) { return loggingBuilder…