diff --git a/Program.cs b/Program.cs index 35c5cb4..11a83ca 100644 --- a/Program.cs +++ b/Program.cs @@ -23,6 +23,13 @@ namespace TicketManager { webBuilder.UseStartup(); }); + // .ConfigureLogging((context, logging) => + // { + // logging.ClearProviders(); + // logging.AddConfiguration(context.Configuration.GetSection("Logging")); + // logging.AddDebug(); + // logging.AddConsole(); + // }); } #pragma warning restore CS1591 }