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 6db99c0 commit d5c8beeCopy full SHA for d5c8bee
samples/SimpleWebSample/Program.cs
@@ -47,10 +47,7 @@ public static IWebHost BuildWebHost(string[] args) =>
47
WebHost.CreateDefaultBuilder(args)
48
.UseStartup<Startup>()
49
.UseConfiguration(Configuration)
50
- .UseSerilog((context, configuration) =>
51
- configuration.ReadFrom.Configuration(Configuration)
52
- .Enrich.FromLogContext()
53
- .WriteTo.Console())
+ .UseSerilog()
54
.Build();
55
}
56
0 commit comments