On Sat, 2003-11-29 at 13:32, ow wrote: > --- ow <[EMAIL PROTECTED]> wrote: > > pgSql 7.4.0 on RH7.3 > > > > Hi, > > > > It appears that pgSql somehow logs messages to BOTH /var/log/messages and > > /var/log/pgsql. I expected that it would only log to /var/log/pgsql. > > > > It appears I forgot to add local0.none on the /var/log/messages line in > /etc/syslog.conf. Once added it logs only to /var/log/pgsql. > > Strange though ... when I changed "local0" to "pgsql" in /etc/syslog.conf and > /var/lib/pgsql/data/postgresql.conf the logging stopped completely. Works with > local0 though. Anyhow
The log-levels (panic,...info,...local0,...) are enumerated values hardcoded in syslog; pgsql is not one of those, so syslog would not recognise it or act on it. -- Oliver Elphick [EMAIL PROTECTED] Isle of Wight, UK http://www.lfix.co.uk/oliver GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C ======================================== "Who shall ascend into the hill of the LORD? or who shall stand in his holy place? He that hath clean hands, and a pure heart..." Psalms 24:3,4 ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])