LOG_TO_STDERR
if (dest & LOG_TO_STDERR) {
log_init(nconf->debug ? LOG_TO_STDERR : LOG_TO_SYSLOG, nconf->verbose,
log_init(nconf->debug ? LOG_TO_STDERR : LOG_TO_SYSLOG, nconf->verbose,
logdest = LOG_TO_STDERR;
logdest = lconf.debug ? LOG_TO_STDERR : LOG_TO_SYSLOG;
log_init(lconf->debug ? LOG_TO_STDERR : LOG_TO_SYSLOG,