Hi Genius ,
We have Confluence PROD Instance, we need to look at Confluence log files to improve Confluence Performance.
When i go through Confluence Directory, I could only find that Confluence log shows only logs generated till today. I would be looking at logs prior to that 2 weeks older but i am unable to find it. Can anyone let me know where can i find it or if it's being purged?
Thanks,
Akash
It will be being purged by something. You can configure the Tomcat that Confluence runs in to do it with a bit of fiddling, but it's usually done best by the operating system - logrotate is the most widely used tool on Unix machines.
You can configure that in confluence/WEB-INF/classes/log4j.properties
These are the interesting lines:
log4j.appender.confluencelog.MaxFileSize=20480KB
log4j.appender.confluencelog.MaxBackupIndex=5
If you are writing 100 MB log file a day, you have enough for one day.
If that's not satisfying, try http://www.simonsite.org.uk/download.htm
Regards
Steve
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.