We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86cb1c6 commit 009cafdCopy full SHA for 009cafd
README.md
@@ -25,6 +25,7 @@ public class Startup
25
public Startup(IHostingEnvironment env)
26
{
27
Log.Logger = new LoggerConfiguration()
28
+ .Enrich.FromLogContext()
29
.WriteTo.LiterateConsole()
30
.CreateLogger();
31
0 commit comments