Postgres Remote Syslog

Started by Delao, Darryl Walmost 23 years ago2 messagesgeneral
Jump to latest
#1Delao, Darryl W
ddelao@ou.edu

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Delao, Darryl W (#1)
Re: [NOVICE] Postgres Remote Syslog

"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