| From: | Michael Schout <mschout(at)gkg(dot)net> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | 7.0 RPMS and syslog problem. |
| Date: | 2000-05-17 14:26:05 |
| Message-ID: | 20000517092605.A18016@gkg.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi.
I've installed the v7.0 postgresql RPMS from ftp.postgresql.org. I configured
my syslog to catch the local0 facility and log it to /var/log/pgsql with this
entry in /etc/syslog.conf:
local0.* /var/log/pgsql
This catches just about everything. However, if I fire up "psql template1" and
issue the command "\d", the following is broadcast to all tty's on the machine:
Message from syslogd(at)galaxy at Wed May 17 09:20:12 2000 ...
galaxy
My guess is that something is not logging to the correct facility. Has anyone
else seen this / found a work around for this?
my pg_options file contains:
verbose=1
query=4
syslog=2
Mike
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Benjamin Adida | 2000-05-17 14:29:13 | Re: Berkeley DB license |
| Previous Message | Richard J Kuhns | 2000-05-17 13:50:27 | Re: Question about databases in alternate locations... |