This content has been marked as final.
Show 2 replies
-
1. Re: only log ERROR messages to console log for my class
Amit Basu Jul 8, 2004 2:32 PM (in response to Amit Basu)OK I figured out:
To log4j.xml add:
Basically a WARN message was coming from this class to console, which I am now shutting off by raising the level.
- amit. -
2. Re: only log ERROR messages to console log for my class
Amit Basu Jul 8, 2004 2:33 PM (in response to Amit Basu)category name="org.jnp.interfaces.NamingContext"
priority value="ERROR"
that's what I mean. The angle brackets caused the paragraph to disappear.
- amit.