aports/main/syslog-ng/syslog-ng-source.std
2018-02-06 14:55:38 +00:00

13 lines
549 B
Plaintext

# ---------------------------------------------------------------------------------
# Default syslog-ng sources; Do not edit this file!
# append source with line on a file: syslog-ng-source.<package>
# ---------------------------------------------------------------------------------
source s_all {
# 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" program_override("kernel"));
};