This commit adds a configuration setting to enable a stack trace message
if Suricata receives a signal that terminates execution, such as
SIGSEGV, SIGABRT.
# This value is overridden by the SC_LOG_OP_FILTER env var.
default-output-filter:
+ # Requires libunwind to be available when Suricata is configured and built.
+ # If a signal unexpectedly terminates Suricata, displays a brief diagnostic
+ # message with the offending stacktrace if enabled.
+ #stacktrace-on-signal: on
+
# Define your logging outputs. If none are defined, or they are all
# disabled you will get the default: console output.
outputs: