I need to debug Serilog to find out why a sink is not working and would normally do this by enabling output of serilog selfdebug. If I do this on an Umbraco 10 project it does not do anything though so I have no way to debug serilog. Has anyone seen this issue before and do you have a solution?
I would normally use this:
Serilog.Debugging.SelfLog.Enable(Console.Out);