summaryrefslogtreecommitdiffstats
path: root/testing/syslog-ng/syslog-ng-source.std
blob: d1da1a0f24597889c579da5c33818bb30cd600f1 (plain)
1
2
3
4
5
6
7
8
9
10
# ---------------------------------------------------------------------------------
# Default syslog-ng sources; Do not edit this file!
# append source with line on a file: syslog-ng-source.<package>
# ---------------------------------------------------------------------------------
# message generated by Syslog-NG
  internal();
# standard Linux log source (this is the default place for the syslog() function to send logs to)
  unix-stream("/dev/log");
# messages from the kernel
  file("/proc/kmsg" log_prefix("kernel: "));