Hello,

I'm trying to set up c3p0 logging to default system.err. I created a 
properties file (mchange-log.properties) and put it in WEB-INF/classes/ 
with the following configuration parameters:

 com.mchange.v2.log.MLog=com.mchange.v2.log.FallbackMLog
 com.mchange.v2.log.FallbackMLog.DEFAULT_CUTOFF_LEVEL=ALL

I can't see any logging to the system.err, I only see the following error
    
log4j:WARN No appenders could be found for logger (com.mchange.v2.log.MLog).
log4j:WARN Please initialize the log4j system properly.

I think he doesn't recognizes the properties file and switches to 
default (log4j).

Somebody had this problem before?

Thanks!
Ward

Reply via email to