Update default log levels for templates

This commit is contained in:
Artak Mkrtchyan 2019-03-19 10:34:20 -07:00 committed by Artak
parent 9f724f6ac4
commit 37a48d897b
6 changed files with 12 additions and 6 deletions

View File

@ -1,7 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},

View File

@ -1,7 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},

View File

@ -33,7 +33,8 @@
//#endif
"Logging": {
"LogLevel": {
"Default": "Warning",
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},

View File

@ -33,7 +33,8 @@
//#endif
"Logging": {
"LogLevel": {
"Default": "Warning",
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},

View File

@ -20,7 +20,8 @@
//#endif
"Logging": {
"LogLevel": {
"Default": "Warning",
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},

View File

@ -1,7 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}