[pgpool-committers: 6701] pgpool: Downgrade too verbose authentication logs.
Tatsuo Ishii
ishii at sraoss.co.jp
Sun Apr 26 11:28:56 JST 2020
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
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a2a6005d886465172978987530a4d7981039aaf9
Modified Files
--------------
src/auth/pool_auth.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list