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

Commit

Permalink
fixed date format
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanson committed Mar 12, 2015
1 parent 10b4a8a commit 19c161a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/assets/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<file>${LOG_DIR}/${LOG_FILE}.csv</file>

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

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

0 comments on commit 19c161a

Please sign in to comment.