"Chris Hoover" <[EMAIL PROTECTED]> writes:
> I'm running PG 8.3rc2 to start testing it out, and really like how it is
> preforming for me so far.  However, I have one question on the logging.  I
> am trying to use syslog and csvlog to log all sql.  This seems to work great
> except that for every log rotation postgres does, I get a .csv log file that
> grows and a 0 byte .log file.  Since I'm not logging to stderr, why is the
> .log file being created, and how do I turn that off?

The .log file is to catch any non-csv-format data that comes down the
pipe.  You can't turn it off.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to