aspose file tools
The moose likes Testing and the fly likes turn logging off for junit during build Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "turn logging off for junit during build" Watch "turn logging off for junit during build" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: turn logging off for junit during build
 
Similar Threads
NX: Logging and Alain Trottier book
Log4J Query
How to suppress comiler warnings?
include logging?
how to disable runtime warning??