Set log to info for workers

This commit is contained in:
2025-11-09 23:55:35 +07:00
parent 01e6f1834d
commit 97f2b8229b
2 changed files with 4 additions and 4 deletions

View File

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

View File

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