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 76b0bf2 commit 4ab6ec0Copy full SHA for 4ab6ec0
README.md
@@ -14,6 +14,11 @@ Configuration is read from the `Serilog` section.
14
{ "Name": "File", "Args": { "path": "%TEMP%\\Logs\\serilog-configuration-sample.txt" } }
15
],
16
"Enrich": ["FromLogContext", "WithMachineName", "WithThreadId"],
17
+ "Destructure": [
18
+ { "Name": "ToMaximumDepth", "Args": { "maximumDestructuringDepth": 4 } },
19
+ { "Name": "ToMaximumStringLength", "Args": { "maximumStringLength": 100 } },
20
+ { "Name": "ToMaximumCollectionCount", "Args": { "maximumCollectionCount": 10 } }
21
+ ],
22
"Properties": {
23
"Application": "Sample"
24
}
0 commit comments