On Wed, 2006-11-08 at 03:13 -0800, Scott M Stark wrote:I did the opposite and ported a number of the log4j appenders and configuration to jdk logging so that you essentially had the same configuration as the current log4j.xml and is in the common project: https://svn.jboss.org/repos/common/common-logging-jdk/trunk/src/main/java/org/jboss/logging/jdk/ We talked about where to go with logging some here: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3904365Cool, that's even better. Does that mean an end to using commons-logging as well as log4j? Thinking from the perspective of an application developer, not requiring an external logging package means one less dependency to have to deal with. Better to use the API that's already there. - DML