Re: pg_upgrade --logfile option documentation
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Robert Haas <robertmhaas@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-02-22T20:51:05Z
Lists: pgsql-hackers
On sön, 2012-02-19 at 13:24 -0500, Robert Haas wrote: > But I also think the > logging needs improvement. Right now, we studiously redirect both > stdout and stderr to /dev/null; maybe it would be better to redirect > stdout to /dev/null and NOT redirect stderr. If that generates too > much chatter in non-failure cases, then let's adjust the output of the > commands pg_upgrade is invoking until it doesn't. That should be achievable for calls to psql and vacuumdb, say, but what would you do with the server logs?