Skip to content

Commit 5131f4f

Browse files
author
Brian Cummings
committed
Logging tweak
1 parent 24c99f0 commit 5131f4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PathfinderHonorManager/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public static IHostBuilder CreateHostBuilder(string[] args) =>
2222
})
2323
.ConfigureLogging((hostingContext, logging) =>
2424
{
25-
logging.ClearProviders();
2625
logging.AddConfiguration(hostingContext.Configuration.GetSection("Logging"));
2726
logging.AddConsole();
2827
logging.AddDebug();

0 commit comments

Comments
 (0)