summaryrefslogtreecommitdiffstats
path: root/main/syslog-ng/syslog-ng-source.std
diff options
context:
space:
mode:
Diffstat (limited to 'main/syslog-ng/syslog-ng-source.std')
-rw-r--r--main/syslog-ng/syslog-ng-source.std2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/syslog-ng/syslog-ng-source.std b/main/syslog-ng/syslog-ng-source.std
index 80a25feb0..95832ff6e 100644
--- a/main/syslog-ng/syslog-ng-source.std
+++ b/main/syslog-ng/syslog-ng-source.std
@@ -7,4 +7,4 @@
# standard Linux log source (this is the default place for the syslog() function to send logs to)
unix-dgram("/dev/log");
# messages from the kernel
- file("/proc/kmsg" log_prefix("kernel: "));
+ file("/proc/kmsg" program_override("kernel"));