We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8911544 commit 83ed624Copy full SHA for 83ed624
README.md
@@ -121,7 +121,7 @@ and in XML
121
```xml
122
<add key="serilog:minimum-level" value="Information" />
123
<add key="serilog:minimum-level:override:Microsoft" value="Warning" />
124
- <add key="serilog:minimum-level:override:Microsoft.AspNetCore.Mvc" value="Warning" />
+ <add key="serilog:minimum-level:override:Microsoft.AspNetCore.Mvc" value="Error" />
125
```
126
127
0 commit comments