Changed default logging to warning.

This commit is contained in:
Roger Far 2021-01-13 19:16:04 -07:00
parent 3598b1f218
commit f0030bef42

View file

@ -1,10 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Default": "Warning",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Hangfire": "Information"
"Microsoft.Hosting.Lifetime": "Warning",
"Hangfire": "Warning"
},
"File": {
"Path": "/data/db/rdtclient.log",