Skip to content

Commit 0c2e485

Browse files
authored
Docs: Fix level output in default format
1 parent b8bb2cc commit 0c2e485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The default format above corresponds to an output template like:
155155

156156
```csharp
157157
.WriteTo.File("log.txt",
158-
outputTemplate: "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{u3}] {Message:lj}{NewLine}{Exception}")
158+
outputTemplate: "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level:u3}] {Message:lj}{NewLine}{Exception}")
159159
```
160160

161161
##### JSON event formatting

0 commit comments

Comments
 (0)