I deployed a spring-boot application on CentOS 6.5.
The application is started by command 'service app start'.
Below is content of app.conf.
JAVA_HOME=/xxx
LOG_FOLDER=/xxx
I am confused that how to roll log file daily.
There is no logback.xml or any other logback configuration in application.properties.