moved to ch.qos.logback.core.rolling.RollingFileAppender

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution@94751 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Andrea Manzi 2014-04-11 08:48:55 +00:00
parent 6a2aa58591
commit d170b4bc15
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<configuration>
<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>${LOGFILE}/ghn.log</file>
<append>true</append>
<encoder>