Re: BUG #9186: CONTEXT log line still appears when turned off

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #9186: CONTEXT log line still appears when turned off
Дата
Msg-id 24868.1397920970@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #9186: CONTEXT log line still appears when turned off  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-bugs
Bruce Momjian <bruce@momjian.us> writes:
> Can anyone comment on this?   I am able reproduce this in head, and the
> behavior does look odd.  I am able to see the error by just doing:
>     SET log_min_error_statement = notice;
> in a session before calling the functions;  I didn't need to modify
> postgresql.conf.  I am not sure even where to start in debugging this.

That's because it's not a bug.  The CONTEXT is attached to the NOTICE
lines.  log_min_error_statement has got nothing whatsoever to do with
the verbosity of individual log entries, so there is no way to use it
to "turn off CONTEXT lines".

There might be a feature request in here somewhere, but it's not
a bug.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #9186: CONTEXT log line still appears when turned off
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: create database ... template = ... does not copy configuration parameters values