Re: logging hook

From: Susan Cassidy <susan(dot)cassidy(at)decisionsciencescorp(dot)com>
To: Alan Nilsson <anilsson(at)apple(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: logging hook
Date: 2014-05-13 21:59:28
Message-ID: CAE3Q8omhDsDhnMUTBOs27O+mdPaNjO1d6ELi3eKNsf5TabHSzQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You can log to syslog, and use the syslog definitions file (syslog.conf) to
pipe the output to a program that can do whatever you want with it.

Susan

On Tue, May 13, 2014 at 2:29 PM, Alan Nilsson <anilsson(at)apple(dot)com> wrote:

> All
>
> Is there a hook that someone could direct me to that I can use to redirect
> logging output? I.e. I would like to write a small module that pre loads
> and substitutes the loggers file descriptor with my own to redirect that
> output. Possible?
>
> thanks
> alan
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alan Nilsson 2014-05-13 22:48:10 Re: logging hook
Previous Message Oleg Bartunov 2014-05-13 21:33:41 Re: Full-Text Search question