Skip to content

Commit a5548fa

Browse files
authored
Minor formatting nits
1 parent 83ed624 commit a5548fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ For example, to add the property `Release` with the value `"1.2-develop"` to all
104104
<add key="serilog:enrich:with-property:Release" value="1.2-develop" />
105105
```
106106

107-
### Adding Minimum Level overrides
107+
### Adding minimum level overrides
108+
108109
Since Serilog 2.1, [minimum level overrides](https://nblumhardt.com/2016/07/serilog-2-minimumlevel-override/) can be added to change the minimum level for some specific namespaces. This is done with the setting key `serilog:minimum-level:override:` followed by the *source context prefix*.
109110
110111
For instance, the following are equivalent :
@@ -124,5 +125,4 @@ and in XML
124125
<add key="serilog:minimum-level:override:Microsoft.AspNetCore.Mvc" value="Error" />
125126
```
126127

127-
128128
See the [Serilog documentation](https://github.com/serilog/serilog/wiki/AppSettings) for further information.

0 commit comments

Comments
 (0)