diff --git a/Program.cs b/Program.cs index a69400d..4cc7a5b 100644 --- a/Program.cs +++ b/Program.cs @@ -23,14 +23,7 @@ namespace GZTW.Pecklist .CaptureStartupErrors(true) .UseSetting("detailedErrors", "true") .UseKestrel() - .UseContentRoot(System.IO.Directory.GetCurrentDirectory()) - //.UseIISIntegration() - // .ConfigureLogging((hostingContext, logging) => - // { - // logging.AddConfiguration(hostingContext.Configuration.GetSection("Logging")); - // logging.AddConsole(); - // logging.AddDebug(); - // }) + .UseContentRoot(System.IO.Directory.GetCurrentDirectory()) .UseStartup() .Build(); }