From: | Simon Riggs <simon(at)2ndquadrant(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, Rudolf van der Leeden <vanderleeden(at)logicunited(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Postgres 8.3 archive_command |
Date: | 2007-11-21 18:27:46 |
Message-ID: | 1195669666.4246.84.camel@ebony.site |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, 2007-11-21 at 12:24 -0500, Tom Lane wrote:
> "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov> writes:
> > Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> >> Just to clarify: I don't object to lowering "successfully archived"
> >> messages to DEBUG1, if the field consensus is that it's too chatty.
> >> What I didn't like was the idea of logging some events but not other
> >> identical events.
>
> > Agreed on the intermittent logging. I don't feel it's too chatty,
> > but on the other hand, I could always change the logging level on
> > the fly if I was investigating a problem, so it wouldn't be much of
> > an inconvenience to switch it if it bugs others.
>
> Also, you can always tweak your archive_command script to do some
> logging of its own, so it's always possible to make the thing more
> noisy if you need to. Less noisy, though, is hard without changing
> the server code.
OK, both of those thoughts are good, so happy now with DEBUG1 for
success messages: "archived transaction log file..."
Enclosed patch to set archived message to DEBUG1.
I've got a few other comments for PITR docs, so I'll mention this also
in forthcoming patch.
--
Simon Riggs
2ndQuadrant http://www.2ndQuadrant.com
Attachment | Content-Type | Size |
---|---|---|
archive_success_debug1.v1.patch | text/x-patch | 663 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Kevin Grittner | 2007-11-21 18:29:53 | Re: Postgres 8.3 archive_command |
Previous Message | Brandon Maust | 2007-11-21 18:21:46 | Re: plperl failure on OS X 10.5(.1) |