DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27977>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27977 a problem of logging sequentially Summary: a problem of logging sequentially Product: Log4j Version: 1.2 Platform: Sun OS/Version: Solaris Status: NEW Severity: Major Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, I am using the log4j 1.2.8. for my project. below is my log4j configuration file: log4j.loggerFactory=com.sns.base.util.logging.LoggerFactory log4j.logger.com.sns.cms.comn.util=DEBUG,A-NCMS log4j.appender.A-NCMS=org.apache.log4j.RollingFileAppender log4j.appender.A-NCMS.layout=org.apache.log4j.PatternLayout log4j.appender.A-NCMS.layout.ConversionPattern=%d %-5p %c - %m%n log4j.appender.A-NCMS.File=/sns/infrastructure/cms/rel1_0/logs/ncms.log log4j.appender.A-NCMS.MaxFileSize=1000KB log4j.appender.A-NCMS.MaxBackupIndex=5 I am hitting a problem of logging sequentially to a file, the logger instead of logging to a file, it logged to 2 files and this only happens randomly. Is there anyone encounter this problem before? Appreciate if you could help. Regards & Thanks, Gunawan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
