Use Information loglevel for signalr

This commit is contained in:
2023-08-24 10:40:55 +02:00
parent c2668d7270
commit 72e3d08f5f

View File

@@ -5,8 +5,8 @@
"Override": {
"Microsoft": "Information",
"System": "Warning",
"Microsoft.AspNetCore.SignalR": "Verbose",
"Microsoft.AspNetCore.Http.Connections": "Verbose"
"Microsoft.AspNetCore.SignalR": "Information",
"Microsoft.AspNetCore.Http.Connections": "Information"
}
}
}