Re: 8.3 Logging Question - Mailing list pgsql-admin

From Tom Lane
Subject Re: 8.3 Logging Question
Date
Msg-id 17905.1201221403@sss.pgh.pa.us
Whole thread Raw
In response to Re: 8.3 Logging Question  ("Chris Hoover" <revoohc@gmail.com>)
List pgsql-admin
"Chris Hoover" <revoohc@gmail.com> writes:
> On Jan 24, 2008 5:38 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> The .log file is to catch any non-csv-format data that comes down the
>> pipe.  You can't turn it off.

> What type of data would you expect this to be?

Any bit of code that doesn't know about elog, for instance

--- shared library linking problems from the dynamic loader
--- complaints from perl, python, or other libraries you might have
    loaded into the backend
--- corrupted-memory messages out of glibc (malloc)
--- yadda yadda yadda

One of the main strikes against syslog logging has always been that
it fails to capture this type of stuff.  You don't realize you need
this until you need it, but then you really do.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Phillip Smith"
Date:
Subject: Re: Backup
Next
From: "Scott Marlowe"
Date:
Subject: Re: Backup