I was testing out a configuration as follows: options { long_hostnames(off); sync(0); mark(10); }; source src { unix-stream("/dev/log"); internal(); }; destination all { file("/var/log/messages"); }; log { source(src); destination(all); }; While it appears to log everything properly, I have yet (after hours) to see a single --- MARK --- message in the logs. Is the mark option not operational, or is there something I'm missing? Thanks, -- Bradley Hartin - bhartin@straus-frank.com Network and Communications Administrator Straus-Frank Company
On Tue, Dec 04, 2001 at 08:46:00PM -0600, Bradley Hartin wrote:
I was testing out a configuration as follows:
options { long_hostnames(off); sync(0); mark(10); }; source src { unix-stream("/dev/log"); internal(); };
destination all { file("/var/log/messages"); }; log { source(src); destination(all); };
While it appears to log everything properly, I have yet (after hours) to see a single --- MARK --- message in the logs. Is the mark option not operational, or is there something I'm missing?
sorry, mark is not implemented... -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
participants (2)
-
Balazs Scheidler
-
Bradley Hartin