AppInsights is only saving telemetry data but not saving logs with a .Net Core web app hosted on an IIS

后端 未结 0 1479
半阙折子戏
半阙折子戏 2020-12-06 03:32

My Program class looks like this

public class Program { public static void Main(string[] args) { CreateWebHostBuilder(args) .Build() .Run(); }

<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题