Bug 22749

Summary: Configuration of logger does not seem to work (PATCH attached)
Product: Slide Reporter: Oliver Zeigermann <ozeigermann>
Component: CoreAssignee: Slide Developer List <slide-dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: Nightly   
Target Milestone: ---   
Hardware: Other   
OS: other   
Attachments: Patch that removes the test as described

Description Oliver Zeigermann 2003-08-27 09:34:25 UTC
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.
Comment 1 Oliver Zeigermann 2003-08-27 09:36:30 UTC
Created attachment 7958 [details]
Patch that removes the test as described
Comment 2 Oliver Zeigermann 2003-08-27 10:00:08 UTC
Forgot to mention: This bug refers to setting the log in the root slide tag, not
the namespace tag.