From 59ef44dd719eb3e716d5ab2bbdb656179868726a Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Tue, 22 Dec 2015 07:59:15 +0900 Subject: [PATCH] Update logging configuration --- src/main/resources/logback.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index fccd34488..1f196bd99 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -6,6 +6,13 @@ + + gitbucket.log + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + @@ -13,5 +20,8 @@ + \ No newline at end of file