Re: [RFC] Shouldn't we remove annoying FATAL messages from server log? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [RFC] Shouldn't we remove annoying FATAL messages from server log?
Date
Msg-id 52A09EF9.4000308@gmx.net
Whole thread Raw
In response to [RFC] Shouldn't we remove annoying FATAL messages from server log?  ("MauMau" <maumau307@gmail.com>)
Responses Re: [RFC] Shouldn't we remove annoying FATAL messages from server log?
List pgsql-hackers
On 12/5/13, 10:25 AM, MauMau wrote:
> Report these as FATAL to the client because the client wants to know the
> reason.  But don't output them to server log because they are not
> necessary for DBAs

Yeah, this is part of a more general problem, which you have
characterized correctly: What is fatal (or error, or warning, ...) to
the client isn't necessarily fatal (or error, or warning, ...) to the
server or DBA.  Fixing this would need a larger enhancement of the
logging infrastructure.  It's been discussed before, but it's a bit of work.




pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Why we are going to have to go DirectIO
Next
From: Andres Freund
Date:
Subject: Re: same-address mappings vs. relative pointers