Try syslog-ng...
It has much better filtering facilities..
Cheers,
Bart
----- Original Message ----- From: "Kai Schaetzl" maillists@conactive.com To: centos@centos.org Sent: Monday, June 9, 2008 1:51:40 PM GMT +01:00 Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna Subject: Re: [CentOS] syslog - python
David Hláèik wrote on Mon, 9 Jun 2008 13:12:13 +0200:
so how can i relalize it? :)
Probably not at all. You would have to redirect .err or .warn for a facility, but this would redirect all other input to that channel as well. You can change facilities for some applications, but I don't know if Python allows this. What you could do, is extract all python stuff from the messages log regularly. I don't have a recommendation for such a program. If your purpose is to get rid of the python messages in messages that would still not achieve this ...
Kai