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
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
