Re: Why does LOG have higher priority than ERROR and WARNING? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Why does LOG have higher priority than ERROR and WARNING?
Date
Msg-id 19783.1252678112@sss.pgh.pa.us
Whole thread Raw
In response to Why does LOG have higher priority than ERROR and WARNING?  (Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Responses Re: Why does LOG have higher priority than ERROR and WARNING?
List pgsql-hackers
Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp> writes:
> LOG messages have higher priority than ERROR and WARNING
> in log_min_messages (PANIC > FATAL > LOG > ERROR > WARNING) now.
> Can I reorder them to ERROR > WARNING > LOG ?

No.  That was an intentional decision.  LOG is for stuff that we
really want to get logged, in most cases.  ERROR is very often not
that interesting, and WARNING even more so.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: Disable and enable of table and column constraints
Next
From: Tom Lane
Date:
Subject: Re: COPY enhancements