syslog problem (was: retrieving configuration of an existing database)

From: Chantal Ackermann <chantal(dot)ackermann(at)web(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: syslog problem (was: retrieving configuration of an existing database)
Date: 2002-05-03 10:00:38
Message-ID: 02050312003801.21664@guffert
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

hello again,

well, sorry. I found pg_config... ;-)

I checked my configuration and I have configured postgres to work with syslog
(--enable-syslog).

The entries in postgresql.conf are set to:
syslog = 2 # range 0-2
syslog_facility = 'LOCAL0'
syslog_ident = 'postgres'

on startup with the call:
>> pg_ctl start -D data/ -o -i
I get the error:
"FATAL 1: 'syslog' is not a valid option name"

I have to admit, I have never worked with syslog before.

Thanks for any hints/pointers to documentation
Chantal

Browse pgsql-jdbc by date

  From Date Subject
Next Message Chantal Ackermann 2002-05-03 10:41:01 Re: syslog problem (was: retrieving configuration of an existing database)
Previous Message Chantal Ackermann 2002-05-03 09:45:43 retrieving configuration of an existing database