Hi,
I am using Log4j 1.2.8 with commons-logging and I am having an issue. The following is my appender configuration.
log4j.appender.A1=org.apache.log4j.FileAppender log4j.appender.A1.File=log4j.log log4j.appender.A1.Append=false log4j.appender.A1.BufferedIO=true log4j.appender.A1.ImmediateFlush=true log4j.appender.A1.BufferSize=102400
However, the last part of the log dump is missing from log4j.log. As for the programming, all I do is obtain logger and call one of the logging methods on it. This does not happen when I use ConsoleAppender.
Is this a log4j issue or a Commons-logging issue? Is there a fix?
waiting for reply,
--
Venkatesh Prasad Ranganath, Dept. Computing and Information Science, Kansas State University, US. web: http://www.cis.ksu.edu/~rvprasad
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
