Thread: unable to log

unable to log

From
Jie Liang
Date:
After I install postgre-7.2
I try to start postmaster with syslog option
I got
FATAL 1:    'syslog' is not a valid option name
If I start postmater without syslog option, it's fine.
in postgresql.conf:
syslog = 2
syslog_facility = 'LOCAL0'
syslog_ident = 'postgres'

I tried
./configure --enable-syslog


What I missed?



Thanks


Jie Liang