We have a windows service using Quartz.net scheduler and we are using log4net for logging.
During the service execution our database went offline and after it came bacck online the log4neet stopped logging. we have to re-start the service again for the logging to start again.
we can see that the service is running as other tables are getting updated but nothing is getting logged.
is there something we can set or a way to get log4net continue logging after database comes online??