Re: SQL logging (log_min_duration_statement) not working - Mailing list pgsql-admin

From Pallav Kalva
Subject Re: SQL logging (log_min_duration_statement) not working
Date
Msg-id 428B5E5C.2020400@deg.cc
Whole thread Raw
In response to Re: SQL logging (log_min_duration_statement) not working properly  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: SQL logging (log_min_duration_statement) not working properly  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Tom Lane wrote:

>Pallav Kalva <pkalva@deg.cc> writes:
>
>
>>    I am having problems with logging long running SQL in the log file.
>>I have set log_min_duration_statement = 5000 (5secs) and it is not
>>logging sql statements that took over 5 secs and this is only from
>>queries generated by Hibernate .
>>
>>
>
>Did you set log_min_duration_statement in a way that would actually
>affect Hibernate (ie, change postgresql.conf and sighup the postmaster)?
>
>            regards, tom lane
>
>
>
I changed the log_min_duration_statement from 60000 to 5000 and then
ran  --> pg_ctl  reload -D <data cluster location> and then i ran the
queries from hibernate. These are the only things which I did on the
postgres side.


pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: SQL logging (log_min_duration_statement) not working properly
Next
From: Tom Lane
Date:
Subject: Re: SQL logging (log_min_duration_statement) not working properly