Hi,
I compile postgresql 7.13 under RedHat 7.2 w/syslog support and using
the following config:
/usr/local/pgsql/data/postgresql.conf
syslog = 1 # range 0-2
syslog_facility = 'LOCAL0'
syslog_ident = 'postgres'
/etc/syslog.conf
local0.* /var/log/postgresql
Question:
I found that some message was stored on /var/log/messages instead of
/var/log/postgresl? What's wrong?
Regards,
Chris Lee