Fix log outputting bug 69/22469/1
authorshentao <shentao@chinamobile.com>
Tue, 7 Nov 2017 07:59:50 +0000 (15:59 +0800)
committershentao <shentao@chinamobile.com>
Tue, 7 Nov 2017 07:59:57 +0000 (15:59 +0800)
Change-Id: Ide4ee5a36a21a8c3d83a08813af1ade11879180e
Issue-Id: USECASEUI-50
Signed-off-by: shentao <shentao@chinamobile.com>
server/src/main/resources/application.properties

index c384bf0..3ffb4da 100644 (file)
@@ -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