Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.

Commit 22258a5

Browse files
committed
fixed log filename for rollover [again?]
1 parent 846582c commit 22258a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/assets/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
2727
<!-- daily rollover period -->
28-
<fileNamePattern>${LOG_DIR}/${LOGFILE}.%d.csv</fileNamePattern>
28+
<fileNamePattern>${LOG_DIR}/${LOG_FILE}.%d.csv</fileNamePattern>
2929
</rollingPolicy>
3030
</appender>
3131

0 commit comments

Comments
 (0)