Skip to content

Commit 009cafd

Browse files
committed
Add log context enrichment to README.md [ciskip]
1 parent 86cb1c6 commit 009cafd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class Startup
2525
public Startup(IHostingEnvironment env)
2626
{
2727
Log.Logger = new LoggerConfiguration()
28+
.Enrich.FromLogContext()
2829
.WriteTo.LiterateConsole()
2930
.CreateLogger();
3031

0 commit comments

Comments
 (0)