aboutsummaryrefslogtreecommitdiff
path: root/common/log_syslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/log_syslog.c')
-rw-r--r--common/log_syslog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/log_syslog.c b/common/log_syslog.c
index 2ae703fed71..8276883780d 100644
--- a/common/log_syslog.c
+++ b/common/log_syslog.c
@@ -107,4 +107,5 @@ out:
LOG_DRIVER(syslog) = {
.name = "syslog",
.emit = log_syslog_emit,
+ .flags = LOGDF_ENABLE,
};