]> git.ipfire.org Git - thirdparty/bind9.git/commit
TLS stream: disable TLS I/O debug log message by default
authorArtem Boldariev <artem@boldariev.com>
Wed, 24 Nov 2021 12:09:31 +0000 (14:09 +0200)
committerArtem Boldariev <artem@boldariev.com>
Fri, 26 Nov 2021 08:23:17 +0000 (10:23 +0200)
commitb211fff4cb0ccb5f34d78ae3f0acc85ddf266439
tree0c05791216a7b55d1de74f67ed0147b206beb194
parent0b0c29dd51a410be48b86c72d575fa69f3c71d71
TLS stream: disable TLS I/O debug log message by default

This commit makes the TLS stream code to not issue mostly useless
debug log message on error during TLS I/O. This message was cluttering
logs a lot, as it can be generated on (almost) any non-clean TLS
connection termination, even in the cases when the actual query
completed successfully. Nor does it provide much value for end-users,
yet it can occasionally be seen when using dig and quite often when
running BIND over a publicly available network interface.
lib/isc/netmgr/tlsstream.c