|
@@ -13,7 +13,7 @@
|
|
|
</encoder>
|
|
|
</appender>
|
|
|
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
|
|
|
- <file>${loggerPath}/logfile.log</file>
|
|
|
+ <file>${loggerPath}/log/logfile.log</file>
|
|
|
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
|
|
|
<fileNamePattern>${loggerPath}/log/logfile.%d{yyyy-MM-dd}.log</fileNamePattern>
|
|
|
<MaxHistory>30</MaxHistory>
|