Nope, still no logfile, but thanks! I had forgotten to even suspect the logging code, I had assumed it was my mistake.
changed to: log4j.rootLogger=debug, stdout, R log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout # Pattern to output the caller's file name and line number. log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n log4j.appender.R=org.apache.log4j.FileAppender log4j.appender.R.File="/example.log" but still no love owen "Curt Arnold" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > RollingFileAppender is stubbed out in log4cxx at the moment in > anticipation of porting over the log4j 1.3 new Rolling File framework. > Try using a FileAppender. Should have RFA's on-line within the week. > >
