Re: should we enable log_checkpoints out of the box? - Mailing list pgsql-hackers

From Michael Banck
Subject Re: should we enable log_checkpoints out of the box?
Date
Msg-id 5ab375f2e877097c6ffa6f0315be5e22cea2ea10.camel@credativ.de
Whole thread Raw
In response to Re: should we enable log_checkpoints out of the box?  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: should we enable log_checkpoints out of the box?
Re: should we enable log_checkpoints out of the box?
List pgsql-hackers
Am Freitag, dem 05.11.2021 um 11:27 -0300 schrieb Alvaro Herrera:
> On 2021-Nov-03, Jan Wieck wrote:
> > On 11/3/21 09:09, Robert Haas wrote:
> > 
> > > For better or for worse, the distinction between ERROR, FATAL,
> > > and
> > > PANIC is entirely based on what we do after printing the message,
> > > and NOT on how serious the message is.
> > 
> > THAT is a real problem with our error handling and logging system.
> 
> Agreed.

Well that, and the fact those distinctions are only done for user-
facing events, whereas it seems to me we only distinguish between LOG
and PANIC for server-facing events; maybe we need one or more
additional levels here in order to make it easier for admins to see the
really bad things that are happening?


Michael

-- 
Michael Banck
Teamleiter PostgreSQL-Team
Projektleiter
Tel.: +49 2166 9901-171
E-Mail: michael.banck@credativ.de

credativ GmbH, HRB Mönchengladbach 12080
USt-ID-Nummer: DE204566209
Trompeterallee 108, 41189 Mönchengladbach
Geschäftsführung: Dr. Michael Meskes, Geoff Richardson, Peter Lilley

Unser Umgang mit personenbezogenen Daten unterliegt
folgenden Bestimmungen: https://www.credativ.de/datenschutz





pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: should we enable log_checkpoints out of the box?
Next
From: Robert Haas
Date:
Subject: Re: pg14 psql broke \d datname.nspname.relname