summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTatsuo Ishii2025-08-15 04:40:32 +0000
committerTatsuo Ishii2025-08-15 06:15:30 +0000
commit579306dbcafd38d1f399611764b63b3555d132a5 (patch)
tree1d4dc0fa945b743a9c7ee082e3c2ae06daad4887 /doc/src
parentb4d580327a971323ca35e3e09b95189830e3e870 (diff)
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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/connection-pooling.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/connection-pooling.sgml b/doc/src/sgml/connection-pooling.sgml
index f6ebb773c..982ab1870 100644
--- a/doc/src/sgml/connection-pooling.sgml
+++ b/doc/src/sgml/connection-pooling.sgml
@@ -881,7 +881,7 @@
<listitem>
<para>
Setting to on, enable logging about normal PCP Process
- fork and exit status. Default is on.
+ fork and exit status. Default is off.
</para>
<para>
This parameter can be changed by reloading the <productname>Pgpool-II</> configurations.