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": {
|
||||
"Type": "none",
|
||||
"InstrumentationKey": "key",
|
||||
"ApplicationInsights": {
|
||||
"LogLevel": {
|
||||
"Default": "Warning"
|
||||
}
|
||||
},
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
|
|
Reference in a new issue