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