if (LoadSignatures(de_ctx, &suri) != TM_ECODE_OK)
exit(EXIT_FAILURE);
TmThreadActivateDummySlot();
- SCLogInfo("Signature(s) loaded, Detect thread(s) activated.");
+ SCLogNotice("Signature(s) loaded, Detect thread(s) activated.");
}
int engine_retval = EXIT_SUCCESS;
while(1) {
if (suricata_ctl_flags & (SURICATA_KILL | SURICATA_STOP)) {
- SCLogInfo("Signal Received. Stopping engine.");
+ SCLogNotice("Signal Received. Stopping engine.");
break;
}
}
}
- SCLogInfo("all %"PRIu16" packet processing threads, %"PRIu16" management "
+ SCLogNotice("all %"PRIu16" packet processing threads, %"PRIu16" management "
"threads initialized, engine started.", ppt_num, mgt_num);
return TM_ECODE_OK;
else {
SCLogWarning(SC_ERR_MISSING_CONFIG_PARAM,
"No default log level set, will use info.");
- sc_lid->global_log_level = SC_LOG_INFO;
+ sc_lid->global_log_level = SC_LOG_NOTICE;
}
if (ConfGet("logging.default-log-format", &sc_lid->global_log_format) != 1)
sc_lid->global_log_format = SC_LOG_DEF_LOG_FORMAT;
# compiled with the --enable-debug configure option.
#
# This value is overriden by the SC_LOG_LEVEL env var.
- default-log-level: info
+ default-log-level: notice
# The default output format. Optional parameter, should default to
# something reasonable if not provided. Can be overriden in an