From da41b3ab9932294494a17300531838fece4a62ea Mon Sep 17 00:00:00 2001 From: Ashish Patel Date: Wed, 6 Sep 2017 00:32:10 +0530 Subject: [PATCH] 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. --- aspnetcore/fundamentals/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/logging.md b/aspnetcore/fundamentals/logging.md index b1df6f2a42..0834806a94 100644 --- a/aspnetcore/fundamentals/logging.md +++ b/aspnetcore/fundamentals/logging.md @@ -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