mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 01:40:00 -04:00
don't log the message 'now using logging configuration from
config file' when said configuration has been overridden with -g
This commit is contained in:
parent
0b056755b2
commit
7d040ee1bd
1 changed files with 5 additions and 5 deletions
|
|
@ -1327,12 +1327,12 @@ load_configuration(const char *filename, ns_server_t *server,
|
|||
isc_logconfig_destroy(&logc);
|
||||
CHECKM(result, "installing logging configuration");
|
||||
}
|
||||
}
|
||||
|
||||
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL,
|
||||
NS_LOGMODULE_SERVER, ISC_LOG_DEBUG(1),
|
||||
"now using logging configuration from "
|
||||
"config file");
|
||||
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL,
|
||||
NS_LOGMODULE_SERVER, ISC_LOG_DEBUG(1),
|
||||
"now using logging configuration from "
|
||||
"config file");
|
||||
}
|
||||
|
||||
if (dns_c_ctx_getpidfilename(cctx, &pidfilename) != ISC_R_NOTFOUND)
|
||||
ns_os_writepidfile(pidfilename);
|
||||
|
|
|
|||
Loading…
Reference in a new issue