Re: Updated logging config (was: Initial eventlog support on win32 )

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Andrew Dunstan" <andrew(at)dunslane(dot)net>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Updated logging config (was: Initial eventlog support on win32 )
Date: 2004-03-23 21:57:53
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE34B5BC@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Something about like this?

(If approved ,documentation patches of course comeing up, but I'd like
to have the syntax and ide approved before I get into that)

This patch also includes the eventlog code for win32.

//Magnus

>-----Original Message-----
>From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
>Sent: den 23 mars 2004 16:02
>To: Magnus Hagander
>Cc: Andrew Dunstan; pgsql-patches(at)postgresql(dot)org
>Subject: Re: [PATCHES] Initial eventlog support on win32
>
>
>"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
>> Based on what Andrew wrote, configuration along the line of:
>> log_destination stdout
>> (for default)
>
>> log_destination stdout,syslog
>> (for syslog=2)
>
>> log_destination eventlog
>> (for win32 eventlog only)
>
>> etc etc.
>
>Should be "stderr" not "stdout". Otherwise looks good. I
>think you can
>find existing infrastructure for parsing a comma-separated list of
>keywords in a GUC variable --- look at how DateStyle is handled.
>
> regards, tom lane
>

Attachment Content-Type Size
logging.patch application/octet-stream 11.6 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-03-23 22:07:35 Re: dollar quoting and pg_dump
Previous Message Bruce Momjian 2004-03-23 21:39:57 Re: Small comment fix in s_lock.c