Open
Description
Is this a request for help?:
Is this a BUG REPORT or FEATURE REQUEST? (choose one): bug
Which chart:
Artifactory
What happened:
Adding the tomcat log files to artifactory.catalinaLoggers
creates a sidecar that only tails the most recent file name.
What you expected to happen:
When the file name changes, the tail process is killed and restarted with the new file name.
How to reproduce it (as minimally and precisely as possible):
artifactory:
catalinaLoggers:
- tomcat-catalina.log
- tomcat-localhost.log
Anything else we need to know:
Due to the way tomcat logs are configured, the file name always includes the date and will rotate daily (if there is output).