mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Add new logging category for logging crypto errors in libisc
The libisc now includes sizeable chunks of cryptography, but the crypto log module was missing. Add the new ISC_LOGMODULE_CRYPTO to libisc and use it in the isc_tls error logging.
This commit is contained in:
@@ -221,6 +221,7 @@ static const char *modules_description[] = {
|
||||
[ISC_LOGMODULE_FILE] = "file",
|
||||
[ISC_LOGMODULE_NETMGR] = "netmgr",
|
||||
[ISC_LOGMODULE_OTHER] = "other",
|
||||
[ISC_LOGMODULE_CRYPTO] = "crypto",
|
||||
/* dns modules */
|
||||
[DNS_LOGMODULE_DB] = "dns/db",
|
||||
[DNS_LOGMODULE_RBTDB] = "dns/rbtdb",
|
||||
|
Reference in New Issue
Block a user