Make test results quieter

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
Andrew DeMaria
2019-10-07 22:41:12 -06:00
parent 1a7bb68dc6
commit 85f85fd88c
3 changed files with 9 additions and 6 deletions
@@ -2,8 +2,8 @@ spring.mvc.view.prefix: /WEB-INF/jsp/
spring.mvc.view.suffix: .jsp
server.error.includeStacktrace: ALWAYS
logging.level.root=WARN
logging.level.org.airsonic=INFO
logging.level.liquibase=INFO
logging.level.org.airsonic=WARN
logging.level.liquibase=WARN
logging.pattern.console=%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p){green} %clr(---){faint} %clr(%-40.40logger{32}){blue} %clr(:){faint} %m%n%wEx
logging.pattern.file=%d{yyyy-MM-dd HH:mm:ss.SSS} %5p --- %-40.40logger{32} : %m%n%wEx
DatabaseConfigType=legacy
@@ -4,5 +4,4 @@
<appender-ref ref="CONSOLE" />
<appender-ref ref="FILE" />
</root>
<logger name="liquibase" level="ERROR" />
</configuration>