[pgpool-hackers: 2638] Proposal: logging client message

Tatsuo Ishii ishii at sraoss.co.jp
Thu Dec 7 13:43:05 JST 2017


This is a proposal toward Pgpool-II 3.8.

Pgpool-II is sensitive to handle client messages (from clients to
Pgpool-II) and server messages (from Pgpool-II to PostgreSQL
servers). it is often required to log them for testing and debugging
purposes. For severs messages, it is possible to log them by turning
on log_per_node_statement. However, currently the only way to log
client messages is enabling debugging log, which produces huge amount
of logs.

So I would like to propose a new configuration parameter
"log_client_message". By turning on this, any client messages will be
logged without debugging messages.

Comments and suggestions are welcome.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


More information about the pgpool-hackers mailing list