|
Hi,
Could you test with :
Log4j.rootLogger=DEBUG, A1, XYZ
or
Log4j.rootLogger=, A1, XYZ
For log4j configuration could you refere it log4j documentation.
Guillaume
-------Message original-------
Date : 10/08/06 20:30:12
Sujet : [log4plsql] need help with background logging to seperate appenders
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
_______________________________________________
Log4plsql-all-info mailing list
|