Re: Re: [RFC] Shouldn't we remove annoying FATAL messages from server log?

Поиск
Список
Период
Сортировка
От MauMau
Тема Re: Re: [RFC] Shouldn't we remove annoying FATAL messages from server log?
Дата
Msg-id ADBE10471765485F9FA67BCD2ABFA0CB@maumau
обсуждение исходный текст
Ответ на Re: [RFC] Shouldn't we remove annoying FATAL messages from server log?  (David Johnston <polobo@yahoo.com>)
Список pgsql-hackers
From: "David Johnston" <polobo@yahoo.com>
> PITR/Failover is not generally that frequent an occurrence but I will 
> agree
> that these events are likely common during such.
>
> Maybe PITR/Failover mode can output something in the logs to alleviate 
> user
> angst about these frequent events?  I'm doubting that a totally separate
> mechanism can be used for this "mode" but instead of looking for things to
> remove how about adding some additional coddling to the logs and the
> beginning and end of the mode change?

Yes, those messages are not output frequently, because they are only output 
during planned or unplanned downtime.  But frequency does not matter here. 
Imagine the DBA's heart.  They need to perform maintenance or recovery 
operation in a hurry and wish to not encounter any trouble.  They would 
panic if something goes trouble when he expects to see no trouble.  The 
"FATAL" messages merely make him worried.

The extra FATAL messages can be a problem for support staff.  What do you 
feel if the DBA asks you for help when some emergency trouble occurs during 
recovery, with a few important messages buried in lots of unnecessary FATAL 
ones?

Regards
MauMau




В списке pgsql-hackers по дате отправления:

Предыдущее
От: "MauMau"
Дата:
Сообщение: Re: Re: [RFC] Shouldn't we remove annoying FATAL messages from server log?
Следующее
От: "MauMau"
Дата:
Сообщение: Re: [bug fix] pg_ctl fails with config-only directory