Re: Logging auto_explain outputs to another log file - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Logging auto_explain outputs to another log file
Date
Msg-id 4929C201.2090307@dunslane.net
Whole thread Raw
In response to Re: Logging auto_explain outputs to another log file  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Logging auto_explain outputs to another log file  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-hackers

Tom Lane wrote:
> Devrim GÜNDÜZ <devrim@gunduz.org> writes:
>   
>> Is $SUBJECT possible? If not, do you think it would be worth
>> implementing this?
>>     
>
> No, and no.  The feature isn't even in core; it can hardly qualify as
> something that should drive a massive overhaul of the elog
> infrastructure.  Which is what this would take.
>
>             
>   

Well, it might be possible to build some sort of splitting facility 
(regex based?) into the logging collector without having to change the 
rest of the logging infrastructure.

But there are already good log splitting tools for some varieties of 
syslog, and like Tom I suspect using any effort in this direction on our 
part is probably not worth it.

cheers

andrew


pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Visibility map, partial vacuums
Next
From: Tom Lane
Date:
Subject: Re: Visibility map, partial vacuums