library/roles/smartgears/smartgears/templates/logback.xml.j2: Add an explicit scan period, see https://support.d4science.org/issues/12964.

This commit is contained in:
Andrea Dell'Amico 2018-11-30 21:26:34 +01:00
parent ba6fd9dd35
commit a8aed0978b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<configuration scan="{{ smartgears_logback_conf_autoscan }}" debug="{{ smartgears_logback_conf_debug }}">
<configuration scan="{{ smartgears_logback_conf_autoscan }}" scanPeriod="60 seconds" debug="{{ smartgears_logback_conf_debug }}">
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>{{ smartgears_log_dir }}/ghn.log</file>
<append>true</append>