pgpool / pgpool2

This is the official mirror of git://git.postgresql.org/git/pgpool2.git. Note that this is just a *mirror* - we don't work with pull requests on github. Please subscribe to pgpool-hackers mailing list from our website and submit your patch to this mailing list.
https://www.pgpool.net
Other
326 stars 88 forks source link

How turn off the output of the reaper handler log #46

Open 93910676wangd opened 6 months ago

93910676wangd commented 6 months ago

Hello, I am currently facing a problem. pgpool runs in Docker and upon reviewing its logs, it is discovered that there are a lot of logs related to reaper handler. How can I turn off the output of the reaper handler? Please confirm and answer, thanks.

pengbo0328 commented 5 months ago

@93910676wangd Sorry for the late reply.

The following log messages appear when a child process exits due to settings (e.g., child_life_time or child_max_connections) . This is the normal behavior.

reaper handler
reaper handler: exiting normally

If you want to turn off the output of the reaper handler, you need to set log_min_messages to fatal or panic.