So I have signalR installed, and I my logsettings in appsettings.json are as follows:
"LogLevel": {
"Default": "Information",
"System": "Warning",
"Microsoft": "Information"
}
However, I'm getting spammed with VRB messages from signalR and it only goes away if I remove this serilog integration. Is there some other configuration step I'm missing?