On Thu, Mar 11, 2004 at 09:34:54 +0800,
Christopher Kings-Lynne <chriskl@familyhealth.com.au> wrote:
> >You could also consider not using syslog at all: let the postmaster
> >output to its stderr, and pipe that into a log-rotation program.
> >I believe some people use Apache's log rotator for this with good
> >results.
>
> Not an option I'm afraid. PostgreSQL just jams and stops logging after
> the first rotation...
>
> I've read in the docs that syslog logging is the only "production"
> solution...
I use multilog to log postgres' output and it works fine.