Itagaki Takahiro <itagaki.takah...@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 -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers