Re: more contrib: log rotator - Mailing list pgsql-hackers

From Ed L.
Subject Re: more contrib: log rotator
Date
Msg-id 200304041210.13831.pgsql@bluepolka.net
Whole thread Raw
In response to Re: more contrib: log rotator  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: more contrib: log rotator  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: more contrib: log rotator  ("scott.marlowe" <scott.marlowe@ihs.com>)
List pgsql-hackers
On Friday April 4 2003 11:58, Tom Lane wrote:
> "scott.marlowe" <scott.marlowe@ihs.com> writes:
> > rotatelogs is in my path and all, it just never sees it.
>
> You mean the command fails?  Or just that it doesn't capture output?
>
> > "$po_path" ${1+"$@"} </dev/null | $PGPATH/rotatelogs $logfile $DURATION
> > 2>&1 &
>
> Most if not all of the postmaster's log output goes to stderr, so you'd
> need
>
> "$po_path" ${1+"$@"} </dev/null 2>&1 | $PGPATH/rotatelogs ...
>
> to have any hope of useful results.

Hmmm.  I would have agreed 2>&1 was needed, too, but this command seems to
routinely capture all output, including ERRORs:
nohup pg_ctl start | nohup rotatelogs server_log.%a 86400

Ed



pgsql-hackers by date:

Previous
From: Lamar Owen
Date:
Subject: Re: [PERFORM] OSS database needed for testing
Next
From: Manfred Koizar
Date:
Subject: Build error in cvs head