Skip to content

Commit

Permalink
Update logging.md to resolved small typo (dotnet#4194)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
itsashish-patel authored and scottaddie committed Sep 5, 2017
1 parent 418e6aa commit da41b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit da41b3a

Please sign in to comment.