serilog-sinks-azureblobstorage icon indicating copy to clipboard operation
serilog-sinks-azureblobstorage copied to clipboard

After 6 hours I can't get this to work - at all

Open DavidThielen opened this issue 1 year ago • 1 comments

Is there a way to find out what this sink is doing and why it is failing. With various configurations I can get it to log, but my pages don't come up. Or my pages come up and it doesn't log.

The specifics are here. But my question is, how should one go about figuring out:

  1. If log messages are not writing to the sink - why?
  2. If this sink is causing my pages not to render - why?
  3. How do I figure out how it is changing the log level for not Serilog targets?

thanks - dave

DavidThielen avatar Oct 08 '23 23:10 DavidThielen

Here is a very simple/basic Blazor app that tries to use the azureblobstorage sink.

Neither sink (also has File) works. In addition, when the azureblobstorage is specified, it causes an exception when the app tries to load Blazor_Logger_bug.styles.css which then totally hoses rendering pages.

DavidThielen avatar Oct 16 '23 18:10 DavidThielen

This sink is not intended for use in Blazor. I won't be doing testing or development with that target in mind, but I invite you to do so if you can.

chriswill avatar Jul 17 '24 01:07 chriswill