Hi,
atlassina-jira.log automatically rotates by size after 20mb, due to this we are not able to see the log info in large window, currently we are able see only one day logs. Our requirement is that we want to see the log info for a week.
We want to increase the file size, so before making the change, we want to understand the impact of increase file size.
we are aware of the process, but we want to understand the impact of increasing the file size.
Change the rotation file size for Jira server logs | Jira | Atlassian Documentation
Thanks,
Shashi
Hi @shashikanth_budidha and welcome,
at application level the only impact is at Log Analyzer level (under administration -> troubleshooting and support -> Log Analyzer) that is based on atlassian-jira.log file scanning.
Please check that you have enough space at disk level on server side.
My suggestion is to increase number of files but not size.
<DefaultRolloverStrategy fileIndex="min" max="XXX_HERE_NEW NUMBER"/>
Hope this helps,
Fabio
Hi Fabio,
Thank you for your response and we really appreciate your suggestion.
Where exactly we need to add this flag, could you please share the steps.
<DefaultRolloverStrategy fileIndex="min" max="XXX_HERE_NEW NUMBER"/>
Thank you,
Shashi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @shashikanth_budidha ,
you need to edit the following file for each datacenter node <YOUR_ATLASSIAN_JIRA_INST_FOLDER>/atlassian-jira/WEB-INF/classes/log4j2.xml
You need to restart node after this change.
Please mark my answer as accepted if it solved your question.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.