We are using graylog along with Gelf4Net and log4net for logging exceptions using GelfUdpAppender.
After deployment, graylog stopped logging exceptions while exceptions are getting logged in a file.
After recycling app pool, graylog start logging exceptions.
Observations: Gelf4Net stopped making UDP requests to the destination server.
What could be the possible cause?