We seem to be getting flooded with messages in our logs since we upgraded to the newest version.
Our configuration files have the following format: <filter type="log4net.Filter.LevelMatchFilter"> <param name="LevelToMatch" value="FATAL"/> </filter> I'm seeing on the web instances where the following format is being used: <filter type="log4net.Filter.LevelMatchFilter"> < LevelToMatch value="FATAL"/> </filter> Is the LevelMatchFilter no longer supported in 1.2.10 or did the format for config files change?
