Can anyone give me a quick ramp up for how to configure log4j with jboss.

I have been messing around with it and I can't quite figure it out.


For instance I while back I wanted to remove all the extraneous messages
from jboss and  I got input that if I made the following change...
    log4j.rootCategory=DEFAULT, DEBUG, Console   --->
log4j.rootCategory=ERROR, Console


But the problem is that this hosed everything, for instance I no longer get
verifier messages.
I was curious how I can get a little more fine grained control.

1) My main goal is to reduce the ammount that is printed at deployment and
run.
      For instance.... I would like messages from J2EE Deployer Default,
Verifier, AutoDeployer
        But the 3000 messages that print out saying "loading security
manager" are a pain in the neck
2) I would like to be able to add traces to the logs, but that seems to not
work

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to