mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Disabled AppInsights
This commit is contained in:
parent
23fbd1f43a
commit
89c1e1d55c
1 changed files with 4 additions and 4 deletions
|
|
@ -16,9 +16,9 @@ public class Program
|
|||
.ConfigureWebHostDefaults(webBuilder =>
|
||||
{
|
||||
webBuilder.UseStartup<Startup>();
|
||||
})
|
||||
.ConfigureLogging((hostingContext, options) =>
|
||||
{
|
||||
options.AddApplicationInsights();
|
||||
});
|
||||
//.ConfigureLogging((hostingContext, options) =>
|
||||
//{
|
||||
// options.AddApplicationInsights();
|
||||
//});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue