Give mon-thresh.log a default location.

This commit is contained in:
Deklan Dieterly 2014-03-20 13:04:48 -06:00
parent a43dd34e17
commit 38f787dd3e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
</appender>
<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>${LOGDIR}/mon-thresh.log</file>
<file>${LOGDIR:-/tmp}/mon-thresh.log</file>
<encoder>
<pattern>%date %level [%thread] %logger{10} [%file:%line] %msg%n</pattern>