Re: log file? - Mailing list pgsql-novice

From Tom Lane
Subject Re: log file?
Date
Msg-id 15861.979707399@sss.pgh.pa.us
Whole thread Raw
In response to Re: log file?  (Jason Davis <jdavis@tassie.net.au>)
List pgsql-novice
Jason Davis <jdavis@tassie.net.au> writes:
>> (2) To cause queries to be logged, you also need -d2 or higher.  You
>> can add that to the postmaster's startup command, but your log file
>> will probably grow rapidly if you turn it on for everything.

> This doesn't seem to catch ERROR or NOTICE messages however,

It doesn't?  The logfile should collect ERROR/NOTICE messages regardless
of the -d switch level.  It does for me anyway.

            regards, tom lane

pgsql-novice by date:

Previous
From: Jason Davis
Date:
Subject: Re: log file?
Next
From: Nabil Sayegh
Date:
Subject: Re: LIKE optimization