Re: Feature request: better debug messages

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Brian Hurt <bhurt(at)janestcapital(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Feature request: better debug messages
Date: 2008-09-02 22:39:26
Message-ID: 7383.1220395166@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Brian Hurt wrote:
>> So I thought upping the debug level of postgres would help, by adding
>> a -o '-d 5' to the pg_ctl command line. The log file that gets spit
>> out in this case is attached. What is noticeable is how unhelpfull
>> it is.

> I think this is just the stderr. The rest of the error messages are
> going somewhere else -- syslog maybe?

Since we see that the logger subprocess was running, presumably the
messages went wherever the logger has been told to put them. All that
you're going to see on stderr is messages that came out before the
logger got launched.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Kreen 2008-09-02 22:40:03 Re: [PATCH] Cleanup of GUC units code
Previous Message Tom Lane 2008-09-02 22:36:40 Re: [PATCH] Cleanup of GUC units code