Issue #2142 enable scan of logback config so cave doesn't need to be restarted if logging config changes

Change-Id: I9ba9b65c4d031e96733ec69ca1039b94a0246930

Former-commit-id: 32459878d1 [formerly 7960c39503e6a3811fce1481f6fbac75f48d128d]
Former-commit-id: 92f0c69216
This commit is contained in:
Nate Jensen 2013-08-29 18:03:03 -05:00
parent d2e6fa6b8d
commit e513b3695d

View file

@ -1,4 +1,4 @@
<configuration debug="false" scan="false">
<configuration debug="false" scan="true">
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%-5p %d [%t] %c{0}: %m%n</pattern>