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

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: mduyunov(at)avito(dot)ru, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #9186: CONTEXT log line still appears when turned off
Date: 2014-04-19 13:35:52
Message-ID: 20140419133552.GC1706@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

On 2014-04-19 09:27:00 -0400, Bruce Momjian wrote:
> 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.

Aren't CONTEXT messages influenced by log_error_verbosity, rather than
log_min_error_statement?

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2014-04-19 14:46:31 Re: BUG #9186: CONTEXT log line still appears when turned off
Previous Message Bruce Momjian 2014-04-19 13:27:00 Re: BUG #9186: CONTEXT log line still appears when turned off