Ian Lance Taylor <ian(at)airs(dot)com> writes:
> Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
>>> And no, "use syslog" doesn't count.
>>
>> Why not?
> The standard implementations of syslog lose log entries under heavy
> load,
Okay, that's a sufficient answer for that point.
> (My personal preference these days is an approach like DJB's
> daemontools, which separates the handling of log entries from the
> program doing the logging.)
That still leads back to my first question, which is whether we can't
rely on someone else's logrotation code.
regards, tom lane
In response to
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2001-09-06 04:49:54 |
| Subject: Re: Bad behaviour when inserting unspecified variable length datatypes |
| Previous: | From: Ian Lance Taylor | Date: 2001-09-06 03:54:44 |
| Subject: Re: Log rotation? |