Re: improving log management - Mailing list pgsql-hackers

From Takahiro Itagaki
Subject Re: improving log management
Date
Msg-id 20100114125739.9A1E.52131E4D@oss.ntt.co.jp
Whole thread Raw
In response to improving log management  (Euler Taveira de Oliveira <euler@timbira.com>)
Responses Re: improving log management  (Euler Taveira de Oliveira <euler@timbira.com>)
List pgsql-hackers
Euler Taveira de Oliveira <euler@timbira.com> wrote:

> other log management softwares have a way to do that so why our logger doesn't
> have such capability?
> 
> I want to propose a new command to be execute after the log file is rotated. A
> GUC parameter log_after_rotation_command that takes a (set of) command(s) that
> will be executed after a log file is rotated.

If you have better loggers already, why don't you use them? In another word,
should we cooperate with them instead of re-inventing alternative loggers?

We have "Logging Brainstorm" topic in out wiki. It might help you.
http://wiki.postgresql.org/wiki/Logging_Brainstorm

Regards,
---
Takahiro Itagaki
NTT Open Source Software Center




pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: Re: [BUG?] strange behavior in ALTER TABLE ... RENAME TO on inherited columns
Next
From: Tom Lane
Date:
Subject: Re: Pretty printed trigger in psql