debug_level 0 does not stop debug messages
PostgreSQL Bugs List <pgsql-bugs@postgresql.org>
From: pgsql-bugs@postgresql.org
To: pgsql-bugs@postgresql.org
Date: 2001-04-30T16:40:11Z
Lists: pgsql-bugs
JP (smasher@bikerider.com) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description debug_level 0 does not stop debug messages Long Description I'm trying to silence the annoying output generated by vacuum. I've tried both command line options (-d 0, -S (with syslog enabled)) and postgresql.conf (debug_level = 0, silent_mode = 1). Setting debug level to 0 should silence these messages, but still let errors through. Setting debug level higher seems to generate more output, which is great. just be nice if the vacuum output were at level 3 or greater. Platform: OpenBSD 2.8 (i386) PG Version: 7.1 Sample Code No file was uploaded with this report