Skip to content

Commit a9205f5

Browse files
authored
Merge pull request #96 from neman/patch-1
Small change for better readability [Skip CI]
2 parents 942f35f + d09757e commit a9205f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ call `AddSerilog()` on the provided `loggerFactory`.
3939
{
4040
services.AddLogging(loggingBuilder =>
4141
loggingBuilder.AddSerilog(dispose: true));
42+
43+
// Other services ...
44+
}
4245
```
4346

4447
That's it! With the level bumped up a little you should see log output like:

0 commit comments

Comments
 (0)