On Mon, 14 Oct 2002 17:53, Oliver Flege wrote: > Hi, > > > -----Original Message----- > > From: Paul Hammant [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, October 13, 2002 10:49 PM > > To: Avalon-Phoenix Developers List > > Subject: Phoenix nightly > > http://jakarta.apache.org/builds/jakarta-avalon-phoenix/nightly/2002-10-13/ > ... > > > Can those that had logging concerns please test this one.. > > Logging is still broken, everything is logged using the default category.
I can't reproduce the problem. Can you download http://jakarta.apache.org/~donaldp/avalon-demo.sar.zip rename it to avalon-demo.sar and place it in $PHOENIX_HOME/apps and then startup phoenix. You should see two log files created avalon-demo.log and thread-manager.log and both should have content in them. (thread-manager.log has all the logs for thread-manager block and avalon-demo.log has all the rest). If you don't have this can you make sure you downloaded the archive from http://jakarta.apache.org/builds/jakarta-avalon-phoenix/nightly/2002-10-13/ If that still does not help then can you send me an example which fails (especially the environment.xml). > I started phoenix with the -d option and got some debug log messages > telling me that the environment.xml is parsed correctly: > DEBUG 2002-10-14 09:34:35.108 [Phoenix.] (): added logger for category > foo thats fine. > but the log file does not contain any messages indicating the logger for > the respective category is ever returned ("Logger for category foo > returned"), which it should if everything would work correctly. Thats also fine. Phoenix grabs the DefaultLogger and then uses that to aquire other loggers so you will never see "Logger for category foo returned" in the logs. -- Cheers, Peter Donald *------------------------------------------------------* | "Common sense is the collection of prejudices | | acquired by age 18. " -Albert Einstein | *------------------------------------------------------* -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>