Enable Syslog on Postgres

Поиск
Список
Период
Сортировка
От Bansal, Gaurav (Gaurav)
Тема Enable Syslog on Postgres
Дата
Msg-id 6ADFAE1B098BCB45AAEF0147A830DD2A50AB4E@301081ANEX2.global.avaya.com
обсуждение исходный текст
Ответы Re: Enable Syslog on Postgres  ("Jeff Larsen" <jlar310@gmail.com>)
Re: Enable Syslog on Postgres  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-admin
Hi,
 
I have installed Postgres 8.2.5 on windows xp machine using the windows installer. I am trying to enable syslogs on Postgres so that all Postgress logs should be forwarded Syslog server. I have installed Syslog server WinSyslog on the same machine.
 
I have modified 'log_destination' parameter value in postgresql.conf to 'syslog'. However, the database server fails to start and print following error message:
 
FATAL:  invalid value for parameter "log_destination": "syslog"
 
 
Also, I want to know how can I forward logs to a syslog server installed on a machine different from database server's machine.
 
Any help/ pointer is much appreciated.
 
Regards
Gaurav
 
 

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

Предыдущее
От: Darren Reed
Дата:
Сообщение: Why dos select work when pg_dump fails?
Следующее
От: "Jeff Larsen"
Дата:
Сообщение: Re: Enable Syslog on Postgres