aports/testing/syslog-ng/syslog-ng-source.std
2014-10-20 12:34:39 +00:00

11 lines
527 B
Plaintext

# ---------------------------------------------------------------------------------
# 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-dgram("/dev/log");
# messages from the kernel
file("/proc/kmsg" log_prefix("kernel: "));