From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | Inpreet Singh <Singh(dot)Inpreet(at)netsity(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Log File Maintainance |
Date: | 2005-04-12 07:51:24 |
Message-ID: | 425B7DFC.20105@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Inpreet Singh wrote:
> Hello,
>
> I am working on live server where we have installed postgres database as
> our back end. But now the problem is due to continues work on postgres,
> size of log files has become problem for us. And the partition where our
> postgres exists is full. Postmaster is not working now. I tried to
> rotate log file by adding lines in postgresql.conf
> ****************************************************
> syslog = 2 # range 0-2
> syslog_facility = 'LOCAL0'
> syslog_ident = 'postgres'
You also need to update your syslog.conf and restart syslogd
Add a line like:
local0.* /var/log/pgsql
Read the man page(s) for details.
--
Richard Huxton
Archonet Ltd
From | Date | Subject | |
---|---|---|---|
Next Message | Poul Møller Hansen | 2005-04-12 08:23:53 | Re: Loosing connection with the database |
Previous Message | Sergey Karin | 2005-04-12 07:50:32 | Question about Large Objects |