Asp.net Core azure web app logging

后端 未结 2 1366
既然无缘
既然无缘 2021-01-07 05:02

I have an asp.net core deployed to azure, and I am trying to configure logging to my application using the Microsoft.Extentions.Logging interfaces.

curr

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-07 05:24

    First of all you have to configure logs in your application on Azure:

    There is also an option to look at the application console output:

    You can also configure Storage on Azure and save logs there (you can configure that in Diagnostic logs section).

提交回复
热议问题