syslog problem (was: retrieving configuration of an existing database) - Mailing list pgsql-jdbc

From Chantal Ackermann
Subject syslog problem (was: retrieving configuration of an existing database)
Date
Msg-id 02050312003801.21664@guffert
Whole thread Raw
List 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

pgsql-jdbc by date:

Previous
From: Chantal Ackermann
Date:
Subject: retrieving configuration of an existing database
Next
From: Chantal Ackermann
Date:
Subject: Re: syslog problem (was: retrieving configuration of an existing database)