Hi, I'm setting onlyFixPartialEventData=true in my config file and am using an ADONetAppender (log4net 1.2.8). In my appender config settings I have parameters for ClassName, MethodName, FileName, and LineNumber, but shouldn't these be NULL in the database since onlyFixPartialEventData is equal to true? It seems these values are getting logged when I don't want them to be (in production).
Thanks, Simon.