Hello Laurent,

Thanks for responding. Your comments are highly appreciated.

> > I find svlogd log files hard to read as the lines have a UTC timestamp(-tt)
> > and the filenames with @....s are hard to understand. I read that
> > svlog files are meant to be processed by a post-processor.
> >
> > I use logrotate for other log files.
> >
> > Just wanted to check if anyone could please share some insight on how
> > they manage/post-process svlogd generated logs.
> 
>   This is all policy, so my answer is by no means authoritative, YMMV, etc.
> 
>   The logging directory, since it's automatically rotated, is a good place to
> store logs if you are limited by storage space, but a bad place to store them
> if you're not and your policy is to keep all logs for a certain amount of 
> time.
> In that case, it's a good idea to have a processor that moves all your 
> archived
> log files to your bigger storage space every N rotations (you can count N with
> the state file). That processor can rename the archive files to any format you
> like.
>   The TAI64N format for the archive file name is a way of easily keeping 
> track of
> all the archive files in the logging directory without parsing human-readable
> dates: it's practical for machine processing. You can take advantage of this 
> by
> handling them via automation all the way to the point where they need to be 
> read
> by a human.

I wish this was better documented in the runit documentation. So, I
could use a ready-made TAI64N processor. But, that is me being lazy, I
will try to put together something on my system and post it for feedback.

> > In the runit documentation, I saw multilog and svlogd both being
> > used. When do you use multilog over svlogd?
> 
>   I think the part of the documentation where multilog is mentioned, i.e. the
> runit index page, predates the addition of svlogd to the runit package. I'm 
> not
> aware of a situation where multilog is better than svlogd.

Thanks for clearing it up.

>   s6-log offers full regex pattern matching, but does not provide network 
> logging.

Ok, thanks for this information.

Thanks again,
Joe

Attachment: signature.asc
Description: Digital signature

Reply via email to