Changed default logging to warning.
This commit is contained in:
parent
3598b1f218
commit
f0030bef42
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
"Default": "Information",
|
"Default": "Warning",
|
||||||
"Microsoft": "Warning",
|
"Microsoft": "Warning",
|
||||||
"Microsoft.Hosting.Lifetime": "Information",
|
"Microsoft.Hosting.Lifetime": "Warning",
|
||||||
"Hangfire": "Information"
|
"Hangfire": "Warning"
|
||||||
},
|
},
|
||||||
"File": {
|
"File": {
|
||||||
"Path": "/data/db/rdtclient.log",
|
"Path": "/data/db/rdtclient.log",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue