Re: Problem with QueryLogger

2008-01-25 Thread Michael Gentry
Try using INFO, WARN, or DEBUG as shown here: http://cayenne.apache.org/doc/configuring-logging.html /dev/mrg On Jan 25, 2008 8:29 AM, Jean-Paul Le Fèvre <[EMAIL PROTECTED]> wrote: > > One more time I'm facing difficulties with log4j : > > In my webapp application QueryLogger does not print any

Problem with QueryLogger

2008-01-25 Thread Jean-Paul Le Fèvre
One more time I'm facing difficulties with log4j : In my webapp application QueryLogger does not print anything except at the beginning. In my config file I have set : log4j.logger.org.apache.cayenne = all log4j.logger.org.apache.cayenne.access.QueryLogger = all log4j.logger.org.apache.cayenne.