Hi,
I'm thinking of moving to rsyslog from metalog(mainly because metalog seems to be unmainatend and has no network logging support).
But the one feature of metalog I really like is how it logs:
/var/log/$DIRECTORY/current
for the current log file and then it autorotates based on filesize and/or duration(i.e. after 24h) into
/var/log/$DIRECTORY/log-$DATE
Is that possible with rsyslog?
Thanks...


