Re: Limiting the no. of logs file generated by postgreSQL

From: pavan95 <pavan(dot)postgresdba(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Limiting the no. of logs file generated by postgreSQL
Date: 2018-02-15 12:39:47
Message-ID: 1518698387508-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello Merina,

Firstly, did you observe the log files like what is getting logged? In case
check whether it is logging all the statements ran on the server..!

This will be caused because of the parameter "log_statements".

What is the value of 'log_statements ' set in your configuration file
'postgresql.conf'?

I think because of this parameters this is increasing the size of the log
files. You can cross verify over that area.

For further analysis provide the snap of Error Reporting and Logging
parameters.!

Regards,
Pavan.

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-admin-f2076596.html

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message merina ghoghwani 2018-02-15 13:24:30 Re: Limiting the no. of logs file generated by postgreSQL
Previous Message merina ghoghwani 2018-02-15 11:54:40 Limiting the no. of logs file generated by postgreSQL