I am trying to put all our Jira logs in one spot and have a job clean up old ones. I want to have Tomcat put its stdout/stderr logs in the Jira home log folder. I've read https://confluence.atlassian.com/display/JIRA061/How+to+change+the+location+of+stdout+and+stderr+logsbut I need to specify that the files roll over each day (like they are by default). What do I put in the Logging tab of the Tomcat service properties?
If I put F:\Jira\log\jira-stdout.log I assume I'll get one file that grows forever. How do I get the dates in there? I've looked at Jira\conf\logging.properties for ideas, but frankly I can't make much sense of it. I see nothing in there specifying naming conventions.
I believe i found elegant solution for windows:
Sheduled task to check if file is big, copy, rename and pack the copy if it is big, and powershell> Clear-Content *-stdout.*.log so you drop file data
No need to restart JIRA and this provides manual rotation
It looks likes you have the logs redirected.
There are a number of Windows Log Rotate tools. I would use this one: http://sourceforge.net/projects/logrotatewin/
But a quick Google Search of 'logrotate windows' will come up with many different options.
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.