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 18bcbf0 commit 71839b8Copy full SHA for 71839b8
README.md
@@ -111,7 +111,8 @@ Some Serilog packages require a reference to a logger configuration object. The
111
"Name": "File",
112
"Args": {
113
"path": "%TEMP%\\Logs\\serilog-configuration-sample.txt",
114
- "outputTemplate": "{Timestamp:o} [{Level:u3}] ({Application}/{MachineName}/{ThreadId}) {Message}{NewLine}{Exception}"
+ "outputTemplate":
115
+ "{Timestamp:o} [{Level:u3}] ({Application}/{MachineName}/{ThreadId}) {Message}{NewLine}{Exception}"
116
}
117
118
]
0 commit comments