11 Sep
2003
11 Sep
'03
9:20 a.m.
On Wed, 2003-09-10 at 18:42, Dennis Skinner wrote:
On Wed, 2003-09-10 at 12:29, seth vidal wrote:
I see /proc/kmsg, but is klogd the same as using /dev/log?
/proc/kmsg and klogd read the same thing.
understood. but is using unix-stream("/dev/log") the same as klogd?
is this redundant?
source s_local { internal(); unix-stream("/dev/log"); }; source s_kmsg { file("/proc/kmsg"); };
This is fine, both sources are needed, but you should not run klogd in addition to syslog-ng. -- Bazsi