Re: debug a mess - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: debug a mess
Date
Msg-id 6489.1046295261@sss.pgh.pa.us
Whole thread Raw
In response to Re: debug a mess  (Wei Weng <wweng@kencast.com>)
Responses Re: debug a mess  (Wei Weng <wweng@kencast.com>)
List pgsql-interfaces
Wei Weng <wweng@kencast.com> writes:
> Where is postmaster log? I found a new file in /var/log/pgsql. I put
> log_connections = yes and syslog = 2 into my postgresql.conf file and expect
> something to happen. Restarted postgresql service on my redhat 7.3 box and
> tried a couple of queries with psql utility. Nothing seemed to have been
> logged in /var/log/pgsql.

If you want to use syslog then you'd better be sure that syslogd is
configured to do something useful with Postgres messages, and not just
drop 'em on the floor.

If you want to use stderr, look at the start script.  Some distros
provide Postgres start scripts that route the postmaster's stderr to
/dev/null --- either explicitly, or by using the infamous -S switch.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Wei Weng
Date:
Subject: Re: debug a mess
Next
From: Philip Yarra
Date:
Subject: ECPG: EXEC SQL execute sometimes not returning?