You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
For how many days Jira instance keep logs on server.
Hi @Fahad Siddiqui ,
Jira makes use of log4j, so you should find information about your logs in
<JIRA_INSTALL>/atlassian-jira/WEB-INF/classes/log4j.properties
Kind regards,
Rafael
can you share the steps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Fahad Siddiqui ,
Here is an example:
log4j.appender.filelog.File=atlassian-jira.log
log4j.appender.filelog.MaxFileSize=20480KB
log4j.appender.filelog.MaxBackupIndex=10
MaxFileSize indicates the maximum size of file while MaxBackupIndex indicates the amount of files to be kept in the log folder.
If you are referring to catalina.out, then you should review information provided by @robert Mugabuhamye .
Kind regards,
Rafael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Rafael, In
MaxFileSize=20480KB
MaxBackupIndex=10 , How could be count(days) the logs
Here you mention Index count is 10, Can we calculate 180 days
Kindly give the proper reason, if you know
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.