Re: postgres, syslog and freeBSD

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux