Code Review
/
usecase-ui
/
server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
51aacdf
)
Fix log outputting bug
69/22469/1
author
shentao
<shentao@chinamobile.com>
Tue, 7 Nov 2017 07:59:50 +0000
(15:59 +0800)
committer
shentao
<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
patch
|
blob
|
history
diff --git
a/server/src/main/resources/application.properties
b/server/src/main/resources/application.properties
index
c384bf0
..
3ffb4da
100644
(file)
--- 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