Hi
Can anyone advise on how to enable rotatelogs in particular for tomcat-stdOut.log? We recently migrated our QA environment to 19.2 and I noticed that our tomcat-stdOut.log doesn't seem to be rotated at all. Reason to say the log rotation is not in place because I'm simply not able to to find tomcat-stdOut.log with date suffix.
Appreciate any assistance that can be provided or reference ot any documentation to configure rotatelogs enable.
Thanks
Julie
Discussion posts and replies are publicly visible
Hi Edwin
can you please advise how to check whether not Apache's rotatelogs is available in the environment? unfortunately I'm still stuck on this. thanks Julie
Hello Julie,
Execute the following:
apt-get install apache2-utils
It will install the rotatelogs if it is not installed.