1
0

Add additional logging information.

This commit is contained in:
Kevin Matsubara 2025-03-25 15:00:28 +01:00
parent 1110a709fb
commit b23f7bac27

View File

@ -1,8 +1,11 @@
{ {
"DetailedErrors": true,
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Information",
"Microsoft.AspNetCore": "Warning" "Microsoft.AspNetCore": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.AspNetCore.SignalR": "Debug"
} }
} }
} }