Search Postgresql Archives

Re: Why does log_error_verbosity not apply to server logs?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jeremy Finzel <finzelj@xxxxxxxxx> writes:
> On Mon, Apr 22, 2019 at 3:47 PM Tom Lane <tgl@xxxxxxxxxxxxx> wrote:
>> Sure sounds to me like what you are setting is something client-side,
>> not the server's log verbosity.  It works for me:

> I am running it differently - explicitly raising a LOG level message, not
> an ERROR.  The line of interest is the following:

My question was about how you (think you are) setting log_error_verbosity,
not what you're doing to produce the message.  The decisions in elog.c
about which fields to print in the server log do not depend on the latter.

However... looking again at what elog.c does, I'm prompted to ask whether
you're using plain or CSV log output.  The CSV log format doesn't
consider log_error_verbosity when deciding whether to output this field.

			regards, tom lane





[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux