Re: Using syslog on pg for Windows

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Using syslog on pg for Windows
Дата
Msg-id 20080104143355.GA22736@svr2.hagander.net
обсуждение исходный текст
Ответ на Using syslog on pg for Windows  (Goboxe <hadzramin.ar@gmail.com>)
Ответы Re: Using syslog on pg for Windows  ("Jeff Larsen" <jlar310@gmail.com>)
Список pgsql-general
On Wed, Jan 02, 2008 at 11:17:52PM -0800, Goboxe wrote:
> Hi,
>
> What are required to be configured in order to send logs to
> remote syslog server for pg running on Windows platform?
>
> In http://pgfouine.projects.postgresql.org/tutorial.html , it says
> "You can set syslog to send the log to another server through the
> network with @ip.ad.dr.ess."
>
> So try to update postgresql.conf
>
> syslog_facility = 'x.x.x.x'
>
> or
>
> syslog_facility = '@x.x.x.x'
>
> But it still does not work.
>
> Any tips?

PostgreSQL on Win32 doesn't support syslog logging. You'll have to log to a
file and have an outside tool transfer that file to where youn eed it.

//Magnus

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Mandatory AS keyword in SELECT statements
Следующее
От: Rich Shepard
Дата:
Сообщение: Re: How to handle 'not a number' in postgresql