We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0418b commit 21a76d5Copy full SHA for 21a76d5
README.md
@@ -85,7 +85,7 @@ See example project in `examples/Honeybadger.DotNetCoreWebApp`.
85
ApiKey = "api_key",
86
Environment = "Development",
87
ReportData = true,
88
- MinimumLogLevel = LogLevel.Error,
+ MinimumNoticeLevel = LogLevel.Error,
89
MinimumBreadcrumbLevel = LogLevel.Information
90
});
91
```
@@ -95,10 +95,10 @@ See example project in `examples/Honeybadger.DotNetCoreWebApp`.
95
{
96
"Logging": {
97
"Honeybadger": {
98
- "ApiKey": "_api_key",
+ "ApiKey": "api_key",
99
"AppEnvironment": "Development",
100
"ReportData": true,
101
- "MinimumLogLevel": "Error",
+ "MinimumNoticeLevel": "Error",
102
"MinimumBreadcrumbLevel": "Information"
103
}
104
0 commit comments