Gentoo Archives: gentoo-user

From: Eray Aslan <eray.aslan@×××××××.tr>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] strange cron messages...
Date: Mon, 16 Nov 2009 16:11:03
Message-Id: 4B017607.80102@caf.com.tr
In Reply to: Re: [gentoo-user] strange cron messages... by Neil Bothwick
1 On 16.11.2009 14:46, Neil Bothwick wrote:
2 > On Mon, 16 Nov 2009 09:05:18 +0200, Eray Aslan wrote:
3 >
4 >> - No need to logrotate with time based filenames. Hence, no need to
5 >> "kill -HUP" the syslog daemon. No missed logs.
6 >
7 > Then how do you get the server to use the new logfile names each
8 > day/week?
9
10 It creates and uses a new file each hour/day/etc. Perhaps, you missed
11 the file(...) directive? Reposting for your reference:
12
13 destination mail {
14 file("/var/log/mail/$YEAR/$MONTH/$DAY/$HOUR"
15 [...]
16
17 > You only need to send a SIGHUP to the server using that log
18 > facility, so syslog would not be affected in your example.
19
20 I can't parse this. The point is avoiding SIGHUP so that we do not miss
21 any log messages.
22
23 OP asked how one manages log files without logrotate and the answer is
24 with time based file names. It has the additional benefit of avoiding
25 SIGHUP.
26
27 --
28 Eray

Replies

Subject Author
Re: [gentoo-user] strange cron messages... Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] strange cron messages... Neil Bothwick <neil@××××××××××.uk>