added warning log level for insights
This commit is contained in:
parent
2de826a023
commit
56f0a3396a
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"Type": "none",
|
"Type": "none",
|
||||||
"InstrumentationKey": "key",
|
"InstrumentationKey": "key",
|
||||||
|
"ApplicationInsights": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Warning"
|
||||||
|
}
|
||||||
|
},
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
"Default": "Information",
|
"Default": "Information",
|
||||||
"Microsoft": "Warning",
|
"Microsoft": "Warning",
|
||||||
|
|
Loading…
Add table
Reference in a new issue