From: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
---|---|
To: | Greg Stark <gsstark(at)mit(dot)edu> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Log Clutter |
Date: | 2004-08-20 16:30:26 |
Message-ID: | 20040820163026.GE5940@dcc.uchile.cl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Fri, Aug 20, 2004 at 12:08:45PM -0400, Greg Stark wrote:
>
> Incidentally, am I the only one that finds the new 7.4 log messages too
> cluttered? In 7.3 my application printed progress messages using "raise
> notice" like this:
You could execute a SET LOCAL log_error_verbosity within the function to
decrease the verbosity ... the problem is that only a superuser can do
that, but maybe using a SECURITY DEFINER function to do it for you
helps.
--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Endurecerse, pero jamás perder la ternura" (E. Guevara)
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Lester | 2004-08-20 16:45:18 | Re: Postgres filling up hard drive with swap files |
Previous Message | Tom Lane | 2004-08-20 16:27:51 | Re: Log Clutter |