Logging config and new spring version stuff.

This commit is contained in:
Fabian Märki
2016-03-17 09:02:51 +01:00
parent 652f900e86
commit 9fe84bfe5a
8 changed files with 64 additions and 42 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ appender reference in the root level section below.
<configuration scan="true">
<jmxConfigurator />
<shutdownHook class="ch.qos.logback.core.hook.DelayingShutdownHook"/>
<!-- DEBUGLOG rolling file appender to debug.log (all levels) -->
@@ -61,4 +62,4 @@ appender reference in the root level section below.
<logger name="ch.psi.daq.query" level="DEBUG"/>
<logger name="ch.psi.daq.cassandralocal" level="DEBUG"/>
<logger name="ch.psi.daq.daqlocal" level="DEBUG"/>
</configuration>
</configuration>