; 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
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