Set VM log level to ERROR for fast test execution

This commit is contained in:
Chris Beams 2015-01-07 09:17:12 +01:00
parent 84b1cef682
commit 2af33195da
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ log4j.logger.peermonitor = ERROR
log4j.logger.java.nio = ERROR
log4j.logger.io.netty = ERROR
log4j.logger.wire = ERROR
log4j.logger.VM = ALL
log4j.logger.VM = ERROR
log4j.logger.main = ERROR
log4j.logger.trie = ERROR
log4j.logger.state = INFO