Using logrotate, my system logs are rotated and compressed. Jira and Confluence are rotating their own logs, but not compressing them.
Is there a configuration change I can make such that Jira and Confluence will compress their own logs?
Just adding ".gz" to the log's filename in log4j.properties file ought to be good enough to get JIRA and Confluence to compress their logs after rolling over.
I am probably missing something. I understand that I can gzip the files myself and that will result in compressed files. But I'd like Jira to do this.
And I am completely NOT understanding how changing a file name will change Jira's behavior.
I apologize if I'm missing your point.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira uses log4j for its logging. It might be possible to set a parameter in the log4j.properties file. It is unclear to me looking at the Jira log4j documentation which version Jira has since the documentation I was looking at did not seem to match the log4j file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Doh! My bad. I was using this feature on another project and didn't realize it wasn't supported on the version of log4j bundled with JIRA and Confluence (1.2.xx).
I'm not sure there's an easy way to get this done unless you're willing to perform a bit of extra work and script a solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.