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:
parent
6a2aa58591
commit
d170b4bc15
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<configuration>
|
<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>
|
<file>${LOGFILE}/ghn.log</file>
|
||||||
<append>true</append>
|
<append>true</append>
|
||||||
<encoder>
|
<encoder>
|
||||||
|
|
Loading…
Reference in New Issue