Re: debug a mess

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: debug a mess
Дата
Msg-id 6489.1046295261@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: debug a mess  (Wei Weng <wweng@kencast.com>)
Ответы Re: debug a mess
Список 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 по дате отправления:

Предыдущее
От: Wei Weng
Дата:
Сообщение: Re: debug a mess
Следующее
От: Philip Yarra
Дата:
Сообщение: ECPG: EXEC SQL execute sometimes not returning?