Move logback configuration out of core

This commit is contained in:
Eric Bottard
2017-09-11 16:54:53 +02:00
parent 8fd4d69a61
commit 8f3c11a3bd

View File

@@ -0,0 +1,5 @@
<configuration>
<!-- Disable most stdout logging by default -->
<root level="ERROR">
</root>
</configuration>