Scott - I'm only using info in the test so it prints. In this object, for some 
reason, I cannot get logger.debug() to print *anything*.

My appender definition is:


  |    <appender name="IMCADMINLOG"
  |       class="org.jboss.logging.appender.DailyRollingFileAppender">
  |       <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler" />
  |       <param name="File" value="/var/log/imcAdmin.log" />
  |       <param name="Append" value="false" />
  |       <param name="Threshold" value="DEBUG" />
  |       <param name="DatePattern" value="'.'yyyy-MM-dd" />
  |       <layout class="org.apache.log4j.PatternLayout">
  |          <param name="ConversionPattern" value="%d %-5p [%c] %m%n" />
  |       </layout>
  |    </appender>
  | 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953008#3953008

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953008

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to