From 532978522aa8a6c26007d5e7f06fae346e891a84 Mon Sep 17 00:00:00 2001 From: takezoe Date: Fri, 27 Sep 2013 14:07:20 +0900 Subject: [PATCH] Fix logback configuration. --- src/main/resources/logback.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 1fdfbec5c..fccd34488 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -1,4 +1,17 @@ - + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + + + + + \ No newline at end of file