Re: postgres, syslog and freeBSD

Поиск
Список
Период
Сортировка
От Alexander Vysokovskih
Тема Re: postgres, syslog and freeBSD
Дата
Msg-id 483FBD47.1080806@ural.org
обсуждение исходный текст
Ответ на postgres, syslog and freeBSD  (kevin kempter <kevin@kevinkempterllc.com>)
Список pgsql-admin
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

В списке pgsql-admin по дате отправления:

Предыдущее
От: Carol Walter
Дата:
Сообщение: End of Data test?
Следующее
От: Alexander Vysokovskih
Дата:
Сообщение: Re: postgres, syslog and freeBSD