Reduce logging during tests to make travis happy

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
Andrew DeMaria
2017-03-11 18:21:03 -07:00
parent d8eb4109b8
commit 3c43630f93
2 changed files with 21 additions and 0 deletions
@@ -0,0 +1,8 @@
<configuration>
<include resource="org/springframework/boot/logging/logback/base.xml" />
<root level="WARN">
<appender-ref ref="CONSOLE" />
<appender-ref ref="FILE" />
</root>
<logger name="liquibase" level="ERROR" />
</configuration>