| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| 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 15:22:50 |
| Message-ID: | 24868.1397920970@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Bruce Momjian <bruce(at)momjian(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2014-04-19 19:27:18 | Re: create database ... template = ... does not copy configuration parameters values |
| Previous Message | Bruce Momjian | 2014-04-19 14:46:31 | Re: BUG #9186: CONTEXT log line still appears when turned off |