summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-11-07 15:59:50 +0800
committershentao <shentao@chinamobile.com>2017-11-07 15:59:57 +0800
commita343695b548a9dee26b3f12afee119d815c3c196 (patch)
treea11887d7b6cf4abe44c2d155e3bd72a993108501
parent51aacdf7e399b68d838aea4ae0f7eb1d39722ad3 (diff)
Fix log outputting bug
Change-Id: Ide4ee5a36a21a8c3d83a08813af1ade11879180e Issue-Id: USECASEUI-50 Signed-off-by: shentao <shentao@chinamobile.com>
-rw-r--r--server/src/main/resources/application.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/server/src/main/resources/application.properties b/server/src/main/resources/application.properties
index c384bf01..3ffb4da7 100644
--- a/server/src/main/resources/application.properties
+++ b/server/src/main/resources/application.properties
@@ -30,4 +30,7 @@ spring.jpa.properties.hibernate.format_sql=false
## Basic Authentication Properties
# security.user.name=usecase
-# security.user.password=usecase \ No newline at end of file
+# security.user.password=usecase
+
+## Logback Properties
+logging.file=logs/usecaseui_server.log \ No newline at end of file