summaryrefslogtreecommitdiff
path: root/templates/syslog-ng.conf_jessie.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/syslog-ng.conf_jessie.erb')
-rw-r--r--templates/syslog-ng.conf_jessie.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/syslog-ng.conf_jessie.erb b/templates/syslog-ng.conf_jessie.erb
index 953295d..aea3e1c 100644
--- a/templates/syslog-ng.conf_jessie.erb
+++ b/templates/syslog-ng.conf_jessie.erb
@@ -25,7 +25,9 @@ options { chain_hostnames(off); flush_lines(0); use_dns(no); use_fqdn(no);
# Logs may come from unix stream, but not from another machine.
#
source s_src {
+<% if (@log_kernel_msgs == true) -%>
system();
+<% end -%>
internal();
};