Re: elog() patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: elog() patch
Date
Msg-id 29213.1015004074@sss.pgh.pa.us
Whole thread Raw
In response to Re: elog() patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: elog() patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Vacuum was unusual because it was doing DEBUG to the log and not to the
> user.  I can change this so it does LOG to the log all the time.

I think that VACUUM's messages should not appear at the default logging
level (which is going to be LOG, no?).  DEBUG1 seems a reasonable level
for VACUUM.

What exactly will VACUUM VERBOSE do?
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: elog() patch
Next
From: Justin Clift
Date:
Subject: Re: Database Caching