From: | SZŰCS Gábor <surrano(at)mailbox(dot)hu> |
---|---|
To: | <pgsql-sql(at)postgresql(dot)org> |
Subject: | Overwhelming DEBUG messages |
Date: | 2003-05-08 16:51:35 |
Message-ID: | 009701c31582$16374ac0$0a03a8c0@fejleszt2 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
I know this should probably go to pgsql-general or more likely pgsql-novice,
but I'm not willing to subscribe either (tee-hee). Also, I have searched the
archives and the docs (packed with the source, if there is anything else)
but didn't find the answer.
My problem is: I'd like to see DEBUG messages in the server log, but if I
set SERVER_MIN_MESSAGES to debug (also tried debug1 and debug5), the log
gets filled with these:
2003-05-08 18:39:57 [12788] DEBUG: StartTransactionCommand
2003-05-08 18:39:57 [12788] DEBUG: CommitTransactionCommand
Is there a way to configure postgres (including compile-time) not to log
such in the server log?
G.
--
while (!asleep()) sheep++;
---------------------------- cut here ------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Huxton | 2003-05-08 18:06:40 | Re: Overwhelming DEBUG messages |
Previous Message | SZŰCS Gábor | 2003-05-08 16:41:35 | Re: "too clever" when creating SQL functions |