Downgrade most of DEBUG1 messages to DEBUG5.
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 7 May 2018 03:57:45 +0000 (12:57 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 7 May 2018 03:57:45 +0000 (12:57 +0900)
commit05c92975d663a13287ae7c91dc6bf8382b9b2ae0
treefcfefd7f9db28e0807f066ed25fa00b860a75ed4
parent50b4d2780efbaac8f93fc1bc9b45292ff2576cd6
Downgrade most of DEBUG1 messages to DEBUG5.

This significantly reduces the size of pgpool log when pgpool starts
with -d option (this is equivalent to setting client_min_messages to
debug1).

Per discussion [pgpool-hackers: 2794].
src/auth/pool_auth.c
src/context/pool_query_context.c
src/context/pool_session_context.c
src/protocol/pool_process_query.c
src/protocol/pool_proto_modules.c
src/utils/pool_stream.c