Hi,

I am having problem configuring log4j.properties, here is my file:

   log4j.rootLogger=DEBUG, A1
   log4j.appender.A1=org.apache.log4j.ConsoleAppender
   log4j.appender.A1.layout=org.apache.log4j.PatternLayout
   log4j.appender.XYZ=org.apache.log4j.FileAppender
   log4j.appender.XYZ.File=/tmp/xyz.log
   log4j.appender.XYZ.layout=org.apache.log4j.PatternLayout
   log4j.logger.log4plsql=DEBUG, XYZ
   log4j.logger.backgroundProcess=ERROR

All messages are sent to A1 and not to XYZ.

Any help is greatly appreciated.


-cs

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Log4plsql-all-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/log4plsql-all-info
log4plsq : http://log4plsql.sourceforge.net

Reply via email to