diff options
author | Tao Shen <shentao@chinamobile.com> | 2017-11-07 08:06:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-07 08:06:43 +0000 |
commit | 63d9d707b260e05ebcd3065346a83ac5fc92ae02 (patch) | |
tree | bde79b9d3ba31e91339ab4e6a162e9f60024a8ad | |
parent | a7b9f3b17a24ec6863bba358e65833a5f36c9caf (diff) | |
parent | a343695b548a9dee26b3f12afee119d815c3c196 (diff) |
Merge "Fix log outputting bug"
-rw-r--r-- | server/src/main/resources/application.properties | 5 |
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 |