Re: Change ereport level for QueuePartitionConstraintValidation

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Thomas Munro <thomas.munro@gmail.com>, Sergei Kornilov <sk@zsrv.org>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Date: 2019-07-16T01:26:07Z
Lists: pgsql-hackers
David Rowley <david.rowley@2ndquadrant.com> writes:
> Would anyone complain if we made them all INFO?

That would be remarkably horrid, because that makes them unsuppressable.

I'm generally for having these be less in-your-face, not more so.

			regards, tom lane



Commits

  1. Avoid using INFO elevel for what are fundamentally debug messages.

  2. Revert setting client_min_messages to 'debug1' in new tests.