Hi all,
been watching the /var/log/plesk/httpsd_access_log file grow and grow. Is now on ~500MB
I'll now add this file to the logrotate myself, but wanted to know if others observe the same?
Last time it got rotated was the day we upgraded from Onyx to Obsidian. Checked on two servers, both show identical behavior.
Cheers,
Tom
is the logrotate.conf as found on the server
been watching the /var/log/plesk/httpsd_access_log file grow and grow. Is now on ~500MB
I'll now add this file to the logrotate myself, but wanted to know if others observe the same?
Last time it got rotated was the day we upgraded from Onyx to Obsidian. Checked on two servers, both show identical behavior.
Cheers,
Tom
Code:
include /usr/local/psa/etc/logrotate.d
/var/log/plesk/xferlog.processed {
missingok
rotate 3
size 10M
compress
nocreate
}
/var/log/maillog.processed {
missingok
rotate 30
size 10M
compress
nocreate
}
/usr/local/psa/var/log/psi.log {
missingok
daily
rotate 3
size 10M
compress
nocreate
}
/var/log/plesk/*_log.processed {
weekly
rotate 12
missingok
notifempty
copytruncate
compress
}
/usr/local/psa/var/webalizer.cache {
missingok
rotate 0
size 512M
nocreate
}
/var/log/plesk/*.log {
missingok
daily
rotate 3
size 10M
compress
copytruncate
}
/var/log/plesk/install/*.log {
missingok
rotate 3
size 10M
compress
}
is the logrotate.conf as found on the server