You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Christian Migowski <ch...@gmail.com> on 2008/12/01 09:06:16 UTC

Re: log4j and XMLConfiguraiton

Hi,

not sure if I understood you right, but isn't that something you can
disable easily with log4j config, like in a property file:

log4j.logger.org.apache.commons.configuration=ERROR, AppenderName
log4j.additivity.org.apache. commons.configuration=false

?
regards,
christian!




On Sun, Nov 30, 2008 at 10:12 PM, Clemens Eberwein
<Cl...@uni-klu.ac.at> wrote:
> hi,
> I am using apache org.apache.log4j.Logger and org.apache.commons.configuration.XMLConfiguration in an web app.
> Really nice tools and working just perfect.
> The config file is heavily used to allow the customer to change DropDownLists, defaultfilter....
>
> That's why i need an config object in nearly all of my Servlets an everytime a new XMLConfiguration object is
> created i have two entries in my logfile which makes it "unreadable".
>
>>> DEBUG commons.configuration.ConfigurationUtils                     ConfigurationUtils.locate(): base is null, name is XYZ.xml
>>> DEBUG ommons.configuration.ConfigurationUtils                     Loading configuration from the path XYZ.xml
>
> I already tried to set to loglevel to FATAL before creating the conf object and after creating change back -> unclean solution
> and not working.
>
> Any idea how i could suppress the DEBUG messages of XMLConfiguration?
>
> ty
>  clemens
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> For additional commands, e-mail: user-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org