I disabled the verbose logging, now I am still getting empty debug level messages from ServiceStack.Redis.RedisPubSubServer and ServiceStack.Redis.BasicRedisResolver
I got a chance to look at the log adapter and found that indeed it logs message object as log event parameters, not as a message as such. What is the reason to have object message parameter, not string? Can I expect there anything else than string?
Not sure if I recall correctly but maybe so we didn’t need overloads to accept a StringBuilder or perhaps to be able to pass a complex entry down to the Log adapter they could inspect further. But looking at it now it looks like an unwise decision.
Does it make sense to put the Serilog adapter in the product repo? I can submit a PR. The only issue I see is the existing Nuget package. Not sure how to solve it though.
Seems Nick the maintainer of the ServiceStack.Logging.Serilog package has upgraded to use v4.0.50 but hasn’t published to NuGet yet, so I think if you send a PR to his project and give him a nudge he’ll publish it to NuGet as well: