added warning log level for insights

This commit is contained in:
Nicolas Constant 2021-02-16 23:45:49 -05:00
parent 2de826a023
commit 56f0a3396a
No known key found for this signature in database
GPG key ID: 1E9F677FB01A5688

View file

@ -2,6 +2,11 @@
"Logging": {
"Type": "none",
"InstrumentationKey": "key",
"ApplicationInsights": {
"LogLevel": {
"Default": "Warning"
}
},
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",