Downgrade log message.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 29 Jun 2023 01:51:14 +0000 (10:51 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 29 Jun 2023 01:57:23 +0000 (10:57 +0900)
commita3724f5593e779291affafe399e3d9c8ecf150fa
tree10db16814a4402c6fc8ed97ae60ef3ad9473ea28
parentc196f70fcf779e8901e4c28ad3896fc5776d2c11
Downgrade log message.

It is pointed out in https://www.pgpool.net/mantisbt/view.php?id=806
that there are log entries in the log file:

LOG: pool_pending_message_set_flush_request: msg: Parse

The messages were for debugging and the log level should have been a
DEBUG*. So I changed the log level from LOG to DEBUG5.
src/context/pool_session_context.c