Asp.net – Serilog.Sinks.Graylog works from a Web API app but does not appear to work from console app
I am trying to log messages to a Graylog instance. I have setup the code to do so in a Asp.net core application and everything works fine. However, I am getting issues trying to do so from a console app.…