Skip to content

Commit 71839b8

Browse files
authored
Wrap a (scrolly) long line [skip ci]
1 parent 18bcbf0 commit 71839b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ Some Serilog packages require a reference to a logger configuration object. The
111111
"Name": "File",
112112
"Args": {
113113
"path": "%TEMP%\\Logs\\serilog-configuration-sample.txt",
114-
"outputTemplate": "{Timestamp:o} [{Level:u3}] ({Application}/{MachineName}/{ThreadId}) {Message}{NewLine}{Exception}"
114+
"outputTemplate":
115+
"{Timestamp:o} [{Level:u3}] ({Application}/{MachineName}/{ThreadId}) {Message}{NewLine}{Exception}"
115116
}
116117
}
117118
]

0 commit comments

Comments
 (0)