Re: STDERR vs. SYSLOG logging - Mailing list pgsql-general

From Jeff Davis
Subject Re: STDERR vs. SYSLOG logging
Date
Msg-id 1178054348.28383.100.camel@dogma.v10.wvs
Whole thread Raw
In response to STDERR vs. SYSLOG logging  (Kevin Kempter <kevin@kevinkempterllc.com>)
List pgsql-general
On Tue, 2007-05-01 at 09:12 -0600, Kevin Kempter wrote:
> Hi List;
>
> Anyone have any thoughts per which logging method (SYSLOG vs STDERR) is the
> better approach ?
>

One isn't better or worse than the other. Where are you able to see the
logs more easily? STDERR can be redirected to log files via
postgresql.conf, and rotated. If you'd rather use what syslog has to
offer, use that.

Regards,
    Jeff Davis



pgsql-general by date:

Previous
From: "Ed L."
Date:
Subject: Re: HP/Pgsql/DBD::Pg issue
Next
From: Reece Hart
Date:
Subject: Re: IF function?