This patch affects the org.apache.slide.common.Domain.java file.

I noticed that no matter what I set the logging level to in my Domain.xml
file, it always seemed to revert back to Logger.INFO.

When the Domain.selfInit() method was being called, the logger was being
hard-coded to "org.apache.slide.util.logger.SimpleLogger" and the level set
to Logger.INFO.  Then, when the Domain.init(Configuration) method got
called at the end of Domain.selfInit(), the logger information from the
Domain.xml file was being ignored because the logger had already been
instantiated.  Also, the two logged output messages in the Domain.selfInit
() method are duplicated in the init(Configuration) method so there is no
loss of output information.

(See attached file: DomainLoggerConfig.txt)

Attachment: DomainLoggerConfig.txt
Description: Binary data

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to