[jboss-user] [Beginners Corner] - Re: Logs not appearing

2008-07-14 Thread prateek_n
That solved it. Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4164200#4164200

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4164200
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Logs not appearing

2008-07-10 Thread PeterJ
First, don't use the root logger. Instead, get a logger for your class, like 
this (using commons logging):

private Log log = LogFactory.getLog(XXX.class);

then in your jboss-log4j.xml, add:

category name=your.package.name
  |   priority value=DEBUG/
  | /category

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4163743#4163743

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4163743
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user