Built-in log rotation

From: Kris Kiger <kris(at)musicrebellion(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Built-in log rotation
Date: 2007-02-19 15:34:40
Message-ID: 45D9C390.6040907@musicrebellion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Greetings! I've been doing some research into log rotation software and
ran into this, while looking through the postgres site:

"There is a built-in log rotation program, which you can use by setting
the configuration parameter redirect_stderr to true in postgresql.conf."
http://www.postgresql.org/docs/8.1/interactive/logfile-maintenance.html

My question is, how does it rotate logs? Does it perform a
copy/truncate of the logfile? I know in older versions of postgres, if
you tried to move the log file, and create one with the same name, the
server wouldn't actually write to it without a restart...at least in
linux it wouldn't. Do many of you use this mechanism? If not, what
have you found to be a reliable solution?

Thanks in advance for the info!

- Kris

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2007-02-19 15:53:08 Re: Built-in log rotation
Previous Message Daniel Medina 2007-02-19 01:06:01 Re: [pgsql-es-ayuda] tabla pg_user Ayuda......