| From: | Gerald Gutierrez <gml1(at)coldresist(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Toggling logging output |
| Date: | 2001-06-02 03:25:03 |
| Message-ID: | 5.1.0.14.0.20010601202443.00ad3340@mail.rchmd1.bc.wave.home.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
PostgreSQL spits out logging information to stdout and stderr which can
then be piped to a file to act as a "log file". Is there a way to get
PostgreSQL to enable/disable this output without restarting the server?
Currently I have to edit /etc/rc.d/init.d/postgresql to run postgresql
with >mylogfile or >/dev/null, and restart the server.
If there isn't an ability to do this, I think I'll whip up a little script
that will read stderr/stdin but listen to signals and turn the output on or
off.
Thanks.
Gerald.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | will trillich | 2001-06-02 09:06:27 | Re: How to access arrays from DBD::Pg? |
| Previous Message | Gerald Gutierrez | 2001-06-02 03:24:32 | Turning on/off the logfile |