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.
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.