You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce logging output when GSS-TSIG requests are made to auth when the GSS-TSIG feature was not compiled in PowerDNS to prevent unnecessary logging. Or make this log message optional.
Usecase
For each GSS-TSIG request made there is a log entry made at the error level, when it is not part of the compile options.
Nov 11 15:22:52 ns1 pdns_server[3681960]: GSS-TSIG request but not feature not compiled in
Description
Reduce the loglevel to info or implement a way to filter the log output being written to the logfiles.
Currently the error is defined here;
Actually, this is an auth issue, not a dnsdist issue, I'll edit it a bit.
omoerbeek
changed the title
dnsdist: reduce logging for "GSS-TSIG request but feature not compiled in"
auth: reduce logging for "GSS-TSIG request but feature not compiled in"
Nov 12, 2024
Short description
Reduce logging output when GSS-TSIG requests are made to auth when the GSS-TSIG feature was not compiled in PowerDNS to prevent unnecessary logging. Or make this log message optional.
Usecase
For each GSS-TSIG request made there is a log entry made at the error level, when it is not part of the compile options.
Description
Reduce the loglevel to info or implement a way to filter the log output being written to the logfiles.
Currently the error is defined here;
pdns/pdns/tkey.cc
Line 74 in 98128bb
This issue has been created based on the comment in #14839 (comment)
The text was updated successfully, but these errors were encountered: