[prev in list] [next in list] [prev in thread] [next in thread] 

List:       postgresql-admin
Subject:    Re: [ADMIN] postgres, syslog and freeBSD
From:       Alexander Vysokovskih <av () ural ! org>
Date:       2008-05-30 8:39:35
Message-ID: 483FBD47.1080806 () ural ! org
[Download RAW message or body]

Hello,

kevin kempter wrote:
> log_destination = 'syslog'
> #logging_collector = off
> syslog_facility = 'LOCAL0'
> syslog_ident = 'postgres'
> silent_mode = on
> log_min_duration_statement = 0
>
> Here's my /etc/syslog.conf file:
>
> LOCAL0.*                    /var/log/pgsql
>
> I dont see any files show up in /var/log
>
> what am I doing wrong?
According to man-page of syslog.conf the name of facility is "local0", 
but not "LOCAL0":
----
   The facility describes the part of the system generating the message, 
and
    is one of the following keywords: auth, authpriv, console, cron, 
daemon,
    ftp, kern, lpr, mail, mark, news, ntp, security, syslog, user, uucp and
    local0 through local7.
----

Also it might be that syslog do not create this file, try to create it 
by self:
# touch /var/log/pgsql

With regards,
  Alexander Vysokovskih

-- 
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic