Commit 3811fbd65d3e1951ce9602ab7763d2a1b9ed9753
1 parent
674c0cc8
修改日志路径
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application.properties
... | ... | @@ -6,7 +6,7 @@ server.port=8094 |
6 | 6 | logging.level.root=info |
7 | 7 | #logging.level.org.springframework.web=DEBUG |
8 | 8 | logging.level.com.zteits.irain.portal=debug |
9 | -#logging.path=${user.home}/logs | |
9 | +logging.path=./logs/${spring.application.name} | |
10 | 10 | logging.file=${spring.application.name}.log |
11 | 11 | logging.config=classpath:logback-spring.xml |
12 | 12 | ... | ... |