You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bu...@apache.org on 2003/08/27 11:34:26 UTC

DO NOT REPLY [Bug 22749] New: - Configuration of logger does not seem to work (PATCH attached)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22749>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22749

Configuration of logger does not seem to work (PATCH attached)

           Summary: Configuration of logger does not seem to work (PATCH
                    attached)
           Product: Slide
           Version: Nightly
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: ozeigermann@c1-fse.de


A logger class configured in Domain.xml does not seem to be applied to Slide.
The problem seems to be a test in Domain.java that only sets the logger if it
has not already been set. 

There is an initial logger already been set before reading Domain.xml. This is
fine, as we need logging in initialization phase. But after having read the
configured logger, the initial one should be replaced, but is not.