Thanks, I will look into this.  However, it would be great if you could create 
a Jira issue and attach the patch to it.

Ralph

On Feb 5, 2013, at 7:32 AM, Yun-young LEE wrote:

> I'd configure log4j 2.0-beta4 like next configuration, but "com" logs not 
> added to root console logger.
> 
> <loggers>
> <logger name="com">
> <appender-ref ref="file">
> </logger>
> 
> <root level="DEBUG">
> <appender-ref ref="console">
> </root>
> </logers>
> 
> BaseConfiguration.setParents() don't set parent ordinarily without '.' in 
> logger name.
> 
> Patch attached.
> (FailoverAppenderTest failed after fix BaseConfiguration, so fix 
> log4j-failover.xml also)
> <log4j-core.patch>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to