Gurus,

I'm working on a syslog server and I would like to filter a statement or
word (WATCHER) not to be included in the logfile.

syslog-ng.conf
- - - - - - - - - - -

source remote {
     udp();
   };

   destination hosts {
     file("/var/log/hosts/$HOST/messages"
     owner(root) group(logs) perm(0640) dir_perm(0750) create_dirs(yes));
   };

   log {
     source(remote);
     destination(hosts);
   };

- - - - - - - - - - -



Your thoughts?
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to