From: Tatsuo Ishii Date: Fri, 15 Aug 2025 04:40:32 +0000 (+0900) Subject: Change log_pcp_processes default to off. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=579306dbcafd38d1f399611764b63b3555d132a5;p=pgpool2.git Change log_pcp_processes default to off. Previously log_pcp_processes default was on, and it could produce excessive log lines if admins use pcp commands frequently to monitor pgpool status. Also the log is kind of debugging message, thus it is best to change its default value to off. Discussion: https://www.postgresql.org/message-id/20250815.111100.2261166502134199972.ishii%40postgresql.org Backpatch-through: master only --- diff --git a/doc.ja/src/sgml/connection-pooling.sgml b/doc.ja/src/sgml/connection-pooling.sgml index e9c8253c7..07af0fcd4 100644 --- a/doc.ja/src/sgml/connection-pooling.sgml +++ b/doc.ja/src/sgml/connection-pooling.sgml @@ -1356,7 +1356,7 @@ local0.* /var/log/pgpool.log fork and exit status. Default is on. --> onに設定されている場合、PCPプロセスの正常なforkあるいはexitした状態をログに出力します。 - デフォルトはonです。 + デフォルトはoffです。