We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c99f0 commit 5131f4fCopy full SHA for 5131f4f
PathfinderHonorManager/Program.cs
@@ -22,7 +22,6 @@ public static IHostBuilder CreateHostBuilder(string[] args) =>
22
})
23
.ConfigureLogging((hostingContext, logging) =>
24
{
25
- logging.ClearProviders();
26
logging.AddConfiguration(hostingContext.Configuration.GetSection("Logging"));
27
logging.AddConsole();
28
logging.AddDebug();
0 commit comments