On Fri, 2002-11-08 at 22:11, Naman Latif wrote:
> Hi,
> I am trying to log messages into different files based on their Severity
> Levels.
> I have the following in my syslog config in that order
> 
> *.notice ---> File 2
> *.info  --->    File 1
*.=info   will give you ONLY info level messages
(from man syslog.conf)
> 
> However File 1 logs all message with "info" severity BUT also logs
> messages with "notice".  I would guess that same thing would happen with
> file 2 logging all "notice" and higher severity messages.
> 
> Is there a way to control the logging of these messages, so that one
> message is only logged once based on its "severity" level.
> 

Regards,
Peter





-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to