Skip to content

Commit

Permalink
fix milliseconds in log
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarv committed Jan 28, 2018
1 parent 01af006 commit 97ca006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import java.util.regex.Pattern;

public class Logger {
private final SimpleDateFormat FORMAT = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss:S");
private final SimpleDateFormat FORMAT = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss:SSS");
private final static String[] PREFIX = new String[]{
"NO", "FATAL", "ERROR", "WARN", "INFO", "DEBUG", "TRACE"
};
Expand Down

0 comments on commit 97ca006

Please sign in to comment.