> > I seems logging in 2.2 to be too aggressive. I will make the message
> > level down to DEBUG rather than LOG for upcoming release.
> 
> Quick patch:
> 
> #v+
> --- pool_process_query.c      2009-02-24 02:20:40.000000000 +0000
> +++ pool_process_query.c.new  2009-03-06 23:56:29.000000000 +0000
> @@ -3465,7 +3465,7 @@
>                                       pool_error("read_kind_from_backend: 
> failed to read parameter
> status packet from %d th backend", i);
>                               }
>                               value = p + strlen(p) + 1;
> -                             pool_log("read_kind_from_backend: parameter 
> name: %s value: %s", p, value);
> +                             pool_debug("read_kind_from_backend: parameter 
> name: %s value:
> %s", p, value);
>                       } while (kind == 'S');
> 
>                       kind_list[i] = kind;

Thanks. I have just committed the same patch into both HEAD and
2.2-STABLE.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
_______________________________________________
Pgpool-general mailing list
[email protected]
http://pgfoundry.org/mailman/listinfo/pgpool-general

Reply via email to