I'd like to be able to include a log source within another log source, e.g.:
source local { internal(); unix-stream("/dev/log"); };
source all { source("local"); udp(ip(1.2.3.4) port(514)); };
--
Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.