mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +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 =>
|
.ConfigureWebHostDefaults(webBuilder =>
|
||||||
{
|
{
|
||||||
webBuilder.UseStartup<Startup>();
|
webBuilder.UseStartup<Startup>();
|
||||||
})
|
|
||||||
.ConfigureLogging((hostingContext, options) =>
|
|
||||||
{
|
|
||||||
options.AddApplicationInsights();
|
|
||||||
});
|
});
|
||||||
|
//.ConfigureLogging((hostingContext, options) =>
|
||||||
|
//{
|
||||||
|
// options.AddApplicationInsights();
|
||||||
|
//});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue