Re: Unwanted debug messages - Mailing list psycopg

From Adrian Klaver
Subject Re: Unwanted debug messages
Date
Msg-id 5201872F.50303@gmail.com
Whole thread Raw
In response to Re: Unwanted debug messages  (Joe Abbate <jma@freedomcircle.com>)
List psycopg
On 08/06/2013 09:10 AM, Joe Abbate wrote:
> Wences,
>
> On 06/08/13 10:35, Wenceslao Grillo wrote:
>> I don't think it's such an unusual setup: One box is running PostgreSQL
>> and my Python script is in another box, connecting to it (and getting
>> all the unwanted messages). Because right now I'm using a development
>> postgres box, I can log in to it and use psql but then I don't get those
>> messages. The messages show up on my screen, on my terminal when I run
>> my Python script. And I know that the debug messages are going to stderr
>> because if I say:
>>      ./my_script.py 2>/dev/null
>> I get all the prints that I put in my code and none of the debug
>> messages. But I miss the messages from uncaught exceptions and the like,
>> that also go to stderr.
>
> I'm afraid there's still something different in your environment.  I
> edited my postgresql.conf to change log_min_messages to debug3,
> restarted it and then ran the following:


The difference is you are working with log_min_messages which controls
what goes to the log file and Wenceslao is working with
client_min_messages which controls what goes to the client.

>
>
> Joe
>
>


--
Adrian Klaver
adrian.klaver@gmail.com


psycopg by date:

Previous
From: Wenceslao Grillo
Date:
Subject: Re: Unwanted debug messages
Next
From: Tung Thanh
Date:
Subject: psycopg with pg_filenode