-
-
Save DamionDamion/1cdd11109d3f71096ca2ad9f3c0a5083 to your computer and use it in GitHub Desktop.
Jira logrotate config (/etc/logrotate.d/jira)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/var/atlassian/application-data/jira/log/*.log | |
/var/atlassian/application-data/jira/log/automation-jira-performance.csv | |
{ | |
su jira jira | |
copytruncate | |
daily | |
rotate 30 | |
compress | |
delaycompress | |
missingok | |
} | |
# dry-run with sudo /usr/sbin/logrotate -dvf /etc/logrotate.d/jira |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment