Re: [NOVICE] Postgres Remote Syslog
Re: [NOVICE] Postgres Remote Syslog
От:
Tom Lane <tgl@sss.pgh.pa.us>
Дата:
"Delao, Darryl W" 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