Using syslog on pg for Windows

From: Goboxe <hadzramin(dot)ar(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Using syslog on pg for Windows
Date: 2008-01-03 07:17:52
Message-ID: ebf3ae1f-86aa-4c93-95e4-7ea0ffd7a6fb@s12g2000prg.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

Thanks,
Goboxe

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ow Mun Heng 2008-01-03 09:26:25 [OT] Slony (initial) Replication - Slow
Previous Message Ken Johanson 2008-01-03 06:22:41 Re: Patch for Statement.getGeneratedKeys()