Well, this seems silly, but... I can't figure out how to control the logging that OJB does. I've worked with the OJB.properties file but can't seem to get sensible results.

I use Log4j, so if I use the Log4jLoggerImpl, setting "log4j.category.org.apache=ERROR" in log4j.properties should stop most loggin from OJB, but it doesn't. Other categories don't do anything either. I can only stop all the OBJ logging by setting "log4j.rootCategory=ERROR". This rootCategory setting shouldn't be necessary.

Using the PoorMansLoggerImpl there are a few INFO message that I can't get rid of at all, no matter that all the logging levels in OJB.properties are WARN or ERROR.

Is the loggin buggy or am I just not getting something?

Will


--
To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>

Reply via email to