You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-user@logging.apache.org by Ben Peikes <bp...@gargoylestrategic.com> on 2007/07/24 17:05:54 UTC

LevelMatchFilter gone?

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?