Hi There
Everything is working fine logs are put this own file but how can stop this logging in /var/log/messeges
here is my configuration
#### MODULES ####
$ModLoad imuxsock.so # provides support for local system logging (e.g. via logger command)
$ModLoad imklog.so # provides kernel logging support (previously done by rklogd)
# Provides UDP syslog reception
$ModLoad imudp.so
$UDPServerRun 514
:fromhost-ip, isequal, "192.168.0.4" /var/log/router/systems.log
:fromhost-ip, isequal, "192.168.0.5" /var/log/switch/systems.log


