Hello.
I can delete old log files logs/Catalina.date.out ? But not stop server Confluence.
I don't have free space now. I'm delete /tmp files, but still very little space was free up.
What files can i delete without stopping the service of Confluence?
Thanx, Fedor.
You can delete the mentioned files. In parallel you can verify via lsof what open file handles exist.
If the active log file like catalina.out should be the cause of your disk space issues, you could empty it by using
cat
/dev/null
>
catalina
.out
without the need to restart confluence.
Generally speaking you should take a look should https://confluence.atlassian.com/doc/working-with-confluence-logs-108364721.html
https://confluence.atlassian.com/confkb/catalina-logs-are-not-rotated-or-removed-289276264.html
Cheers
Kurt
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.