Socklog feature request
Alexander Lazic <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
---
Log file rotation based on date e.g. every Day
---
I need to rotate the logs per day but haven't found a easy way to do
this with socklog.
What i like to do is somthin similar as syslog-ng[0] or cronolog[1] do
they read the configfile/stdin and "rotate" the logfile.
What does you think about these feature request?
al ;-)
[0] http://www.balabit.com/products/syslog_ng/
destination d_file {
file("/var/log/$YEAR.$MONTH.$DAY/messages"
);
[1] http://cronolog.org/usage.html
/usr/bin/cronolog /var/log/httpd/VIRTHOST/%Y/%m/%d_error_log