How to know if Serilog fails
I'm assuming that Serilog fails silently if there are issues. I'm trying to log to elasticsearch and I don't see them coming through. I'm assuming it's an issue with authentication, but I'm not seeing any error. Anyone know how I can have the logging thrown an exception or show errors in some way?
6 Replies
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View
I see, so I'd define where to send errors in the config for the sink?
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View
yeah, that makes sense
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View
I see, thanks a bunch!