From: | Andrew Sullivan <andrew(at)libertyrms(dot)info> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | more contrib: log rotator |
Date: | 2003-04-03 15:21:52 |
Message-ID: | 20030403152152.GC18754@libertyrms.info |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Since now is the time for contrib/ flamewars, this seemed a good time
to suggest this.
My colleague, Sorin Iszlai, wrote us a little program for rotating
our Postgres logs. It reads stdout and stderr, and sends them to
different files (and rotates them as necessary). It is currently
hand-configureable (i.e. by altering some variables at the top of the
script), and is more or less designed for use in our own environment.
Tom Lane recently mentioned to me that a common complaint is that
postgres doesn't have its own log rotator. There are, of course,
plenty of good ones, and syslog itself works pretty well for most
people. But there are still complaints from time to time about the
lack of a "built in" log rotator.
We'd be happy to release our rotator under the PostgreSQL BSD
license, if it would be of use to people. I was thinking that
perhaps contrib/ would be a good place for it, since the idea is to
reduce complaints that there's no log rotator "included".
Is anyone interested in having pglog-rotator?
A
--
----
Andrew Sullivan 204-4141 Yonge Street
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-04-03 15:23:38 | Re: can't create database |
Previous Message | Jason M. Felice | 2003-04-03 15:19:41 | Re: PostgreSQL and SOAP, suggestions? |