From: | Bill Moran <wmoran(at)collaborativefusion(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | The meaning of the log levels seems unclear ... |
Date: | 2006-12-18 17:03:43 |
Message-ID: | 20061218120343.fe58f8a5.wmoran@collaborativefusion.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I just had a "huh?!" moment ... brought to you by the postgresql.conf file ...
#client_min_messages = notice # Values, in order of decreasing detail:
# debug5
# debug4
# debug3
# debug2
# debug1
# log
# notice
# warning
# error
log_min_messages = log # Values, in order of decreasing detail:
# debug5
# debug4
# debug3
# debug2
# debug1
# info
# notice
# warning
# error
# log
# fatal
# panic
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.
Are these correct? Are there actually two different scales that work
differently? If so, I need to reread some stuff ...
If these are correct, may I be so bold as to suggest that normalizing
these scales would be a worthwhile endeavor?
--
Bill Moran
Collaborative Fusion Inc.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-12-18 17:14:20 | Re: The meaning of the log levels seems unclear ... |
Previous Message | Matt Miller | 2006-12-18 16:15:43 | Re: pgcluster-1.7.0rc1-patch |