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

Commit 19c161a

Browse files
committed
fixed date format
1 parent 10b4a8a commit 19c161a

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
@@ -17,7 +17,7 @@
1717
<file>${LOG_DIR}/${LOG_FILE}.csv</file>
1818

1919
<encoder>
20-
<pattern>%date{yyyy-mm-dd HH:mm:ss.SSS},%msg%n</pattern>
20+
<pattern>%date{yyyy-MM-dd HH:mm:ss.SSS},%msg%n</pattern>
2121
</encoder>
2222

2323
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">

0 commit comments

Comments
 (0)