> Did you remember to SIGHUP the syslog daemon after changing its config
> file?
Yes.
ps -ax | grep -i syslog
51306 ?? Ss 3:23.93 /usr/sbin/syslogd -ss
kill -s HUP 51306
>> Isn't it case sensitive? There's one suggestion of LOCAL0.* and one of
>> local0.*.
>
> No idea.
I've tried both to no avail.
-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: 09 March 2007 20:36
To: Duncan Garland
Cc: pgsql-novice@postgresql.org
Subject: Re: [NOVICE] System Log
"Duncan Garland" <duncan.garland@ntlworld.com> writes:
> Isn't it case sensitive? There's one suggestion of LOCAL0.* and one of
> local0.*.
No idea.
> I can't get this thing to produce a log file. Is the configuration file
> definately right? I've logged a request elsewhere about the syslog
process.
Did you remember to SIGHUP the syslog daemon after changing its config
file?
regards, tom lane