1

应用程序使用Microsoft.Extensions.Logging

_logger.LogError
_logger.LogInformation

这是在 appsettings.json 中配置的

  "Logging": {
    "IncludeScopes": false,
    "Console": {
      "LogLevel": {
        "Default": "Information"
      }
    }
  },

然后我使用 mountebank 作为配置服务器。在冒名顶替者文件

 "propertySources": [
                {
                  "source": {
                    "Logging.Console.LogLevel.Default": "Information",
}

如何使所有日志也包含错误?

4

0 回答 0