From: | Jelle Ouwerkerk <jelle(at)openface(dot)ca> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | rotating log files |
Date: | 2001-04-27 13:23:39 |
Message-ID: | Pine.NEB.4.10.10104270915001.24443-100000@what.openface.ca |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi
What is a good solution for rotating postgresql log files?
I'm running 'Linux 2.2.16-22smp #1 SMP i686 unknown' and a solution that
was proposed to me was to use cron and a program called logrotate:
DESCRIPTION
logrotate is designed to ease administration of systems
that generate large numbers of log files. It allows auto
matic rotation, compression, removal, and mailing of log
files. Each log file may be handled daily, weekly,
monthly, or when it grows too large.
Unfortunately, after replacing/rotating/compressing the database log file,
the new log file remains empty. I have a feeling that postgres has lost
the reference to the original log file and that the new log data is lost
into the void.
I'm curious what the consensus is about managing log files.
Thanks
Jelle Ouwerkerk
Software Developer
Openface Internet Inc.
Montreal, Quebec, Canada
http://www.openface.ca
From | Date | Subject | |
---|---|---|---|
Next Message | Marko Kreen | 2001-04-27 13:24:59 | Re: JDBC and Accents |
Previous Message | Tony Grant | 2001-04-27 13:10:58 | Re: JDBC and Accents |