Skip to content

Commit 6314066

Browse files
committed
Merge pull request #3 from vossad01/patch-1
Corrects which levels that are prioritized differently
2 parents 5331920 + 3925fc1 commit 6314066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you want to get more information from the log you'll need to bump up the leve
6060
Two things:
6161

6262
* You need to set `MinimumLevel` on **both** the Serilog `LoggerConfiguration` and the `ILoggerFactory`
63-
* Serilog and ASP.NET assign different priorities to the `Debug` and `Trace` levels; Serilog's `Debug` is ASP.NET's `Trace`, and vice-versa
63+
* Serilog and ASP.NET assign different priorities to the `Debug` and `Verbose` levels; Serilog's `Debug` is ASP.NET's `Verbose`, and vice-versa
6464

6565
### Building from source
6666

0 commit comments

Comments
 (0)