We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2e213 commit 9148495Copy full SHA for 9148495
README.md
@@ -26,7 +26,7 @@ or in `appsttings.json` file:
26
{
27
"Serilog": {
28
"MinimumLevel": "Debug",
29
- "Using": [ "Serilog.Enrichers" ],
+ "Using": [ "Serilog.Enrichers.ClientInfo" ],
30
"Enrich": [ "WithClientIp", "WithClientAgent"],
31
"WriteTo": [
32
{ "Name": "Console" }
0 commit comments