Update logging.md to resolved small typo (#4194)
as per configuration JSON example in "Create filter rules in configuration" section, "How filtering rules are applied" table rule # 6 should at Debug log level instead of Warring log level.pull/4210/head
parent
418e6aa4ab
commit
da41b3ab99
|
@ -301,7 +301,7 @@ Number|Provider|Categories that begin with|Minimum log level|
|
|||
3|Console|Microsoft.AspNetCore.Mvc.Razor.Razor|Debug|
|
||||
4|Console|Microsoft.AspNetCore.Mvc.Razor|Error|
|
||||
5|Console|All categories|Information|
|
||||
6|All providers|All categories|Warning
|
||||
6|All providers|All categories|Debug
|
||||
7|All providers|System|Debug
|
||||
8|Debug|Microsoft|Trace
|
||||
|
||||
|
|
Loading…
Reference in New Issue