PDA

View Full Version : Log rotating


jstritar
July 28th, 2006, 01:47 AM
Ubuntu handles log rotating very nicely. Where can I find the script that does this (or the necessary syslog configurations)? Ideally I'd like to put it on my real server and rsync the logs to my local server, so I don't have to keep deleting a 2 gb apache access_log.

jstritar
July 29th, 2006, 06:28 PM
Nobody knows?

mannheim
July 31st, 2006, 09:47 PM
The scripts are /etc/cron.daily/sysklogd and /etc/cron.weekly/sysklogd. At least, that's where they are on my dapper installation.