Syslog

From: Chris Lee <nospam(dot)chrislee(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Syslog
Date: 2001-12-01 02:36:15
Message-ID: llfg0uk9g6jadpcjo5eriqb179phtjvisv@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I compile postgresql 7.13 under RedHat 7.2 w/syslog support and using
the following config:

/usr/local/pgsql/data/postgresql.conf

syslog = 1 # range 0-2
syslog_facility = 'LOCAL0'
syslog_ident = 'postgres'

/etc/syslog.conf

local0.* /var/log/postgresql

Question:
I found that some message was stored on /var/log/messages instead of
/var/log/postgresl? What's wrong?

Regards,
Chris Lee

Responses

  • Re: Syslog at 2001-12-04 08:53:21 from GB Clark II

Browse pgsql-general by date

  From Date Subject
Next Message Masaru Sugawara 2001-12-01 03:31:08 Re: yGNilbgzVT[
Previous Message Jeff Eckermann 2001-12-01 02:25:39 Re: Initdb failure with PG 7.1.3 on RH 7.1...