Rename logging.file to logging.file.name

See gh-15089
This commit is contained in:
TwinProduction
2018-11-04 17:03:45 -05:00
committed by Stephane Nicoll
parent 56ae9cfc7a
commit 21da4a5d12
17 changed files with 212 additions and 49 deletions

View File

@@ -3,7 +3,7 @@ service.name=Phil
spring.security.user.name=user
spring.security.user.password=password
# logging.file=/tmp/logs/app.log
# logging.file.name=/tmp/logs/app.log
# logging.level.org.springframework.security=DEBUG
management.server.address=127.0.0.1