Re: System Log

From: "Duncan Garland" <duncan(dot)garland(at)ntlworld(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: System Log
Date: 2007-03-10 13:17:17
Message-ID: MBEPKEEDMKGCDODFKLPPOEONEBAA.duncan.garland@ntlworld.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> 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(at)sss(dot)pgh(dot)pa(dot)us]
Sent: 09 March 2007 20:36
To: Duncan Garland
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: [NOVICE] System Log

"Duncan Garland" <duncan(dot)garland(at)ntlworld(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Ashish Karalkar 2007-03-12 05:36:22 Run time input
Previous Message Tom Lane 2007-03-09 20:35:32 Re: System Log