I'm trying to debug a SignalR connection issue, and while I know how to enable client side logging, I have no idea how to enable server side logging. It doesn't seem to be logging anything to the console.
I've tried using EnableDetailedErrors = true in my HubConfiguration, but that doesn't seem to do anything.