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": { "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",