Re: 8.3 Logging Question
От
Tom Lane
Тема
Re: 8.3 Logging Question
Дата
Msg-id
16614.1201214339@sss.pgh.pa.us
Ответ на
8.3 Logging Question (Chris Hoover)
Список
Дерево обсуждения
8.3 Logging Question "Chris Hoover" <revoohc@gmail.com>
Re: 8.3 Logging Question Tom Lane <tgl@sss.pgh.pa.us>
Re: 8.3 Logging Question "Chris Hoover" <revoohc@gmail.com>
Re: 8.3 Logging Question Tom Lane <tgl@sss.pgh.pa.us>
Re: 8.3 Logging Question Guillaume Lelarge <guillaume@lelarge.info>
Re: 8.3 Logging Question "Chris Hoover" <revoohc@gmail.com>
"Chris Hoover" 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
В списке pgsql-admin по дате отправления