Re: remote syslog program specification question

2010-07-21 Thread Olivier Nicole
> send everything from any facility.level to the loghost EXCEPT things from > $program that's level .info or lower. (so anything that's from > $program.notice *.notice @loghost If your program logs to a give facility, for example your program logs to local7: local7.notice @loghost anything u

remote syslog program specification question

2010-07-21 Thread Dave Berg
Hi, I've set up remote syslog, and want to have a program specification that will send some messages to the remote server. Right now, I've got the usual 'send everything to the loghost' in syslog.conf: *.*@loghost and what I want to do is: send everything from any facility.level t