Fix typo (#4825)
parent
b6867e51d1
commit
7d0e4d7ae3
|
@ -338,7 +338,7 @@ There is a minimum level setting that takes effect only if no rules from configu
|
|||
|
||||
[!code-csharp[](index/sample2/Program.cs?name=snippet_MinLevel&highlight=3)]
|
||||
|
||||
IF you don't explicitly set the minimum level, the default value is `Information`, which means that `Trace` and `Debug` logs are ignored.
|
||||
If you don't explicitly set the minimum level, the default value is `Information`, which means that `Trace` and `Debug` logs are ignored.
|
||||
|
||||
**Filter functions**
|
||||
|
||||
|
|
Loading…
Reference in New Issue