Downgrade too verbose authentication logs.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sun, 26 Apr 2020 02:20:06 +0000 (11:20 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sun, 26 Apr 2020 02:25:50 +0000 (11:25 +0900)
commit31adde21db86f40982c92330085655de90210b6c
tree617a0f7aea5c7aaa628ca085fbff973ff45b151b
parentd9126629a2b2e9b593beab73ea516e9e095b1a44
Downgrade too verbose authentication logs.

When frontend authentication succeeds with clear text password and md5
authentication, message is out with log priority LOG. This floods
Pgpool-II log on busy systems. To fix this, downgrade the LOG message
to DEBUG1. Note that CERT auth related log level is still
LOG. Downgrading it causes regression 024 and 029 failure.

Discussion:
https://www.pgpool.net/mantisbt/view.php?id=606
https://www.pgpool.net/pipermail/pgpool-general/2020-April/007064.html
src/auth/pool_auth.c