public inbox for [email protected]  
help / color / mirror / Atom feed
Proposal: change log_pcp_processes default to off
3+ messages / 2 participants
[nested] [flat]

* Proposal: change log_pcp_processes default to off
@ 2025-08-15 02:11 Tatsuo Ishii <[email protected]>
  2025-08-15 02:25 ` Re: Proposal: change log_pcp_processes default to off Bo Peng <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: Tatsuo Ishii @ 2025-08-15 02:11 UTC (permalink / raw)
  To: [email protected]

log_pcp_processes logs something like:

2025-08-14 16:17:14.899: pcp_main pid 40704: LOG:  forked new pcp worker, pid=41021 socket=7
2025-08-14 16:17:14.904: pcp_main pid 40704: LOG:  PCP process with pid: 41021 exit with SUCCESS.
2025-08-14 16:17:14.904: pcp_main pid 40704: LOG:  PCP process with pid: 41021 exits with status 0

They are printed every time a pcp command is invoked. If admins use
pcp command frequently to monitor pgpool status, it's annoying because
the log file is flooded by these messages. Even if they can be turned
off by setting log_pcp_processes to off, I think it should be
defaulted to off because they are kind of debugging message.

So I propose to change the default of log_pcp_processes to off.

Best regards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp





^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Proposal: change log_pcp_processes default to off
  2025-08-15 02:11 Proposal: change log_pcp_processes default to off Tatsuo Ishii <[email protected]>
@ 2025-08-15 02:25 ` Bo Peng <[email protected]>
  2025-08-15 06:18   ` Re: Proposal: change log_pcp_processes default to off Tatsuo Ishii <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: Bo Peng @ 2025-08-15 02:25 UTC (permalink / raw)
  To: Tatsuo Ishii <[email protected]>; [email protected] <[email protected]>

Ishii-san,

> So I propose to change the default of log_pcp_processes to off.

I agree with your proposal.

---
Bo Peng <[email protected]>
SRA OSS K.K.
TEL: 03-5979-2701 FAX: 03-5979-2702
Mobile: 080-7752-0749
URL: https://www.sraoss.co.jp/


________________________________________
差出人: Tatsuo Ishii <[email protected]>
送信: 2025 年 8 月 15 日 (金曜日) 11:11
宛先: [email protected] <[email protected]>
件名: Proposal: change log_pcp_processes default to off


log_pcp_processes logs something like:

2025-08-14 16:17:14.899: pcp_main pid 40704: LOG:  forked new pcp worker, pid=41021 socket=7
2025-08-14 16:17:14.904: pcp_main pid 40704: LOG:  PCP process with pid: 41021 exit with SUCCESS.
2025-08-14 16:17:14.904: pcp_main pid 40704: LOG:  PCP process with pid: 41021 exits with status 0

They are printed every time a pcp command is invoked. If admins use
pcp command frequently to monitor pgpool status, it's annoying because
the log file is flooded by these messages. Even if they can be turned
off by setting log_pcp_processes to off, I think it should be
defaulted to off because they are kind of debugging message.

So I propose to change the default of log_pcp_processes to off.

Best regards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp






^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Proposal: change log_pcp_processes default to off
  2025-08-15 02:11 Proposal: change log_pcp_processes default to off Tatsuo Ishii <[email protected]>
  2025-08-15 02:25 ` Re: Proposal: change log_pcp_processes default to off Bo Peng <[email protected]>
@ 2025-08-15 06:18   ` Tatsuo Ishii <[email protected]>
  0 siblings, 0 replies; 3+ messages in thread

From: Tatsuo Ishii @ 2025-08-15 06:18 UTC (permalink / raw)
  To: [email protected]; +Cc: [email protected]

> Ishii-san,
> 
>> So I propose to change the default of log_pcp_processes to off.
> 
> I agree with your proposal.

Thanks. I have pushed the change.
https://git.postgresql.org/gitweb/?p=pgpool2.git;a=commit;h=579306dbcafd38d1f399611764b63b3555d132a5

> ---
> Bo Peng <[email protected]>
> SRA OSS K.K.
> TEL: 03-5979-2701 FAX: 03-5979-2702
> Mobile: 080-7752-0749
> URL: https://www.sraoss.co.jp/
> 
> 
> ________________________________________
> 差出人: Tatsuo Ishii <[email protected]>
> 送信: 2025 年 8 月 15 日 (金曜日) 11:11
> 宛先: [email protected] <[email protected]>
> 件名: Proposal: change log_pcp_processes default to off
> 
> 
> log_pcp_processes logs something like:
> 
> 2025-08-14 16:17:14.899: pcp_main pid 40704: LOG:  forked new pcp worker, pid=41021 socket=7
> 2025-08-14 16:17:14.904: pcp_main pid 40704: LOG:  PCP process with pid: 41021 exit with SUCCESS.
> 2025-08-14 16:17:14.904: pcp_main pid 40704: LOG:  PCP process with pid: 41021 exits with status 0
> 
> They are printed every time a pcp command is invoked. If admins use
> pcp command frequently to monitor pgpool status, it's annoying because
> the log file is flooded by these messages. Even if they can be turned
> off by setting log_pcp_processes to off, I think it should be
> defaulted to off because they are kind of debugging message.
> 
> So I propose to change the default of log_pcp_processes to off.
> 
> Best regards,
> --
> Tatsuo Ishii
> SRA OSS K.K.
> English: http://www.sraoss.co.jp/index_en/
> Japanese:http://www.sraoss.co.jp
> 
> 
> 
> 


^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2025-08-15 06:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-08-15 02:11 Proposal: change log_pcp_processes default to off Tatsuo Ishii <[email protected]>
2025-08-15 02:25 ` Bo Peng <[email protected]>
2025-08-15 06:18   ` Tatsuo Ishii <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox