| Author |
turn logging off for junit during build
|
Mark Lybarger
Ranch Hand
Joined: Dec 19, 2003
Posts: 72
|
|
|
i have junit tests for some classes that run during our build. these classes under test use log4j (through commons-logging actually). i'd like to turn logging off only for running the junit testing. does anyone have idea/example how to do this?
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Set the logging threshold for those classes in log4j.properties.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: turn logging off for junit during build
|
|
|