Re: [HACKERS] Suggestions

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Andrew Martin <martin(at)biochemistry(dot)ucl(dot)ac(dot)uk>
Cc: Michael Richards <miker(at)scifair(dot)acadiau(dot)ca>, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Suggestions
Date: 1998-05-05 20:27:43
Message-ID: Pine.BSF.3.96.980505172503.3971o-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 5 May 1998, Andrew Martin wrote:

> > Hi.
> > I have a suggestion. I would be interested in implementing it if ppl think
> > it is a good idea.
> >
> > Why not have a default location where postgres writes its log files. The
> > current way of doing it seems to be a little klunky.
> > I have an either/or suggested fix.
> > a) add a switch to specify where the info and the errors files go,
> > /var/log/postgres/info and maybe /var/log/postgres/errors
> >
> > b) write all the stuff to syslog
> >
>
> Only if this is all optional (through runtime switches or whatever) so we
> can make sure it doesn't need root intervention to get postgresql installed.

using syslogd doesn't require root intervention...just have it
default to daemon.notice, which will go to the 'default' syslog files, and
let it be changeable via command line switched for 'level' and
'facility'...

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-05-05 20:29:35 RE: [HACKERS] Postgres 6.3 still has problem with the index
Previous Message The Hermit Hacker 1998-05-05 20:24:56 Re: [HACKERS] OK to send e-mail?