RE: Loose logging when using forkmode

2008-10-07 Thread Boring, Jeff W (N-Viper)
; Michael Dunn Subject: RE: Loose logging when using forkmode Neal does your log4j.properties contain log4j.appender.STDOUT.follow=true # need to set follow for stdout as it gets moved around in junit tests log4j.appender.STDOUT.follow=true as suggested by pete in Bugzilla https://issues.apache.org

RE: Loose logging when using forkmode

2008-10-06 Thread Martin Gainty
Neal does your log4j.properties contain log4j.appender.STDOUT.follow=true # need to set follow for stdout as it gets moved around in junit tests log4j.appender.STDOUT.follow=true as suggested by pete in Bugzilla https://issues.apache.org/bugzilla/show_bug.cgi?id=44530 With Warm Regards Martin