Skip to content

Instantly share code, notes, and snippets.

@dbrownidau
Last active April 30, 2019 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbrownidau/1cdd11109d3f71096ca2ad9f3c0a5083 to your computer and use it in GitHub Desktop.
Save dbrownidau/1cdd11109d3f71096ca2ad9f3c0a5083 to your computer and use it in GitHub Desktop.
Jira logrotate config (/etc/logrotate.d/jira)
/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