Relative Content

Tag Archive for spring-logback

How to configure spring-boot logback rollingpolicy

How do I set up application.yml for logging by day + hour? That is, I need the logs to be saved in a separate file every hour and stored in folders by day, with a storage depth of 7 days. As a result, there should be 7 folders with a date in each of which 24 log files are stored.