Postgres Remote Syslog
I have postgres logging to a local file on the machine. However, now I want
to set it to where it will send its log messages to another machine on my
network. I see no documentation out there on how to do that, nor in the
postgresql.conf is there anything to define a remote machine...any and all
help is greatly appreciated on this!
Darryl
"Delao, Darryl W" <ddelao@ou.edu> writes:
I have postgres logging to a local file on the machine. However, now I want
to set it to where it will send its log messages to another machine on my
network. I see no documentation out there on how to do that, nor in the
postgresql.conf is there anything to define a remote machine...any and all
help is greatly appreciated on this!
You'd configure syslog to do that, not Postgres. Read the syslog man
pages.
regards, tom lane