Re: The meaning of the log levels seems unclear ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bill Moran <wmoran(at)collaborativefusion(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: The meaning of the log levels seems unclear ...
Date: 2006-12-18 17:14:20
Message-ID: 10539.1166462060@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bill Moran <wmoran(at)collaborativefusion(dot)com> writes:
> Notice that the order is different between the two. Apparently, log is more
> verbose than notice for clients, but less verbose than notice for the log.

Yup, that's intentional. LOG-level messages are supposed to go to the
log but not to clients under the default settings, and this is the least
unclean way to allow that to happen.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2006-12-18 17:46:57 Re: The meaning of the log levels seems unclear ...
Previous Message Bill Moran 2006-12-18 17:03:43 The meaning of the log levels seems unclear ...