Log level in tests for PlayFramwork 1.x
问题 When I launch my tests in localhost:9000/@tests# in console I can see long-long log with DEBUG log-level. I want to get rid of that. I tried to put to my application.conf line like: application.log=INFO or even this line: application.log.system.out=off But it does not work. Maybe I should put log4j setting specially for test context somehow..? 回答1: You can simply prefix those two rules with the "test" id. %test.application.log.system=off %test.application.log=ERROR And by the way log levels