"Eric Sawler" <[EMAIL PROTECTED]> writes: > I read in another message that syslog must be configured to handle this, so > in /etc/syslog.conf, I added > # Log postgres > postgres.* /var/log/pgsql
If your syslog is like mine, what you can specify in syslog.conf is
facility names. So it needs to be "local0.* /var/log/pgsql".
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
