You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Deepesh Jain <De...@intiqua.com> on 2003/01/08 06:06:45 UTC

Problem in property file

Hi,
I am doing remote logging using log4J.At remote server end I have 
made the following property file-->
/**********************************************************/
#log4j.rootLogger=OFF, A1,A3
log4j.category.com.intiqua.integral.logging.X=DEBUG,A1
log4j.category.com.intiqua.integral.logging.Y=DEBUG,A3

log4j.category.org.apache.log4j.net.SocketNode=DEBUG

log4j.appender.A1=org.apache.log4j.FileAppender
log4j.appender.A1.file=D:\\IntegralDevelopment\\properties\\clientserver\\se
rverloglog.txt

log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=%d{HH:mm:ss,SSS} %p %M %t  %c -
%m%n

log4j.appender.A3=org.apache.log4j.FileAppender
log4j.appender.A3.file=D:\\IntegralDevelopment\\properties\\clientserver\\se
rverloglog.txt

log4j.appender.A3.layout=org.apache.log4j.PatternLayout
log4j.appender.A3.layout.ConversionPattern=%d{HH:mm:ss,SSS} %p %M %t  %c -
%m%n

/**********************************************************/

when I am running the server following message is coming

log4j:WARN No appenders could be found for logger
(org.apache.log4j.net.SocketNode).
log4j:WARN Please initialize the log4j system properly.


Can you please suggest what modifications should I made to properties file
to avoid the warnings.

Thanks in advance.

Regards,

Deepesh

____________________________________________________
            INTIQUA International        
    Intelligent Solutions, Quality Execution
____________________________________________________
 
Note: The information and data contained in this message (and attachments)
may be privileged and confidential and protected from disclosure to any
party or parties apart from the intended recipient. If the reader of this
message is not the intended recipient, or an employee or agent responsible
for delivering this message to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited. If you have received this
communication in error, please notify us immediately by replying to the
message and deleting it from your computer.