I'm changing the file name of my log file by using the fileAppender.ActivateOptions() method. This mostly works but sometimes generates a NullReferenceException. The catch is that all the posts I read about how to fix this error lead me to believe that it should be happening all the time, not at random times.
I posted to the log4net forum & they asked me to post a stack trace, but my stack trace ends at fileAppender.ActivateOptions(). How do I generate a stack trace that includes the log4net classes? Also, this mostly happens on our prod server & not that often when running in visual studio. I could go another month before I see it happen in the IDE, but it happens enough in prod to be annoying.
My task is to clean up our error logs, but this error is hard to fix since I can't easily reproduce it even though it happens multiple times per day in prod.