10 Oct
2006
10 Oct
'06
6:14 p.m.
Sébastien CRAMATTE wrote:
Hello list
I would like to know how can I use syslog-ng with chrooted program as bind or dhcpd ?
Simply add a new source for every chroot: source s_chrooted_bind { unix-stream("/chroot/bind/dev/log"); }; And configure your log statements to include this source too. Another approach is to add the streams to the already existing sources. -- Sandor Geller wildy@balabit.hu