Skip to content

Commit d09757e

Browse files
authored
Small change for better readability
1 parent 942f35f commit d09757e

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)