Skip to content

Commit

Permalink
Log cleaning was too agressive, broke a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbacchella committed Apr 23, 2015
1 parent 8aaa634 commit 21cddae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions junit/jrds/Tools.java
Expand Up @@ -169,6 +169,7 @@ public boolean requiresLayout() {
for(String loggername: loggers) {
Logger logger = Logger.getLogger(loggername);
logger.addAppender(ta);
logger.setLevel(Level.TRACE);
}
return logs;
}
Expand Down

0 comments on commit 21cddae

Please sign in to comment.