From: | "Jeff Boes" <jboes(at)nexcerpt(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Wanted: way to limit logging |
Date: | 2001-10-10 17:58:06 |
Message-ID: | 9q225b$21em$1@news.tht.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
We've enabled logging from our database during development, using the
option -l on the pg_ctl command. However, we get a lot of useless data:
NOTICE: InvalidateSharedInvalid: cache state reset
shows up a lot, and whenever an INSERT statement is executed, we get the
statement as well as all the values. Is there a way to reduce the
information spewed to the log? Ideally, we'd like to see only ERROR and
DEBUG messages, not NOTICE; for statements, we'd like to see the SQL
code, but have no interest in the values actually applied (some of our
INSERT statements receive 10K of data).
--
Jeff Boes vox 616.226.9550
Database Engineer fax 616.349.9076
Nexcerpt, Inc. jboes(at)nexcerpt(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-10-11 04:36:13 | Re: Database access error after upgrade 7.1.2 -> 7.1.3 |
Previous Message | Nick Fankhauser | 2001-10-10 12:55:31 | Re: Permission Denied When i am Trying to take Backup |