Eray Aslan <eray.as...@caf.com.tr> writes: > - No need to logrotate with time based filenames. Hence, no need to > "kill -HUP" the syslog daemon. No missed logs.
But you still need some system (eg tmpwatch) to delete old log files otherwise the disk will (eventually) fill with log files. Logrotate automatically handles the number of/how long to keep logs.