Skip to content

Commit d42874c

Browse files
committed
Revert "prod: don't create separate log file."
This reverts commit c2bbe75. Spring Boot overwrites application log on each startup. It means that we have always lost log messages from previous startups.
1 parent 9a82682 commit d42874c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/application-prod.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ spring.thymeleaf.cache: true
3636
liquibase.contexts: scheme, init-data, prod-data
3737
liquibase.change-log: classpath:/liquibase/changelog.xml
3838

39+
logging.file: /data/logs/mystamps.log
3940
logging.level.: INFO
4041
logging.level.ru.mystamps: DEBUG
4142

0 commit comments

Comments
 (0)