Mailinglist Archive: opensuse-bugs (4709 mails)

< Previous Next >
[Bug 593699] rsyslog logs on console
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Wed, 28 Apr 2010 17:10:20 +0000
  • Message-id: <20100428171020.0AF5A245520@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=593699

http://bugzilla.novell.com/show_bug.cgi?id=593699#c6


--- Comment #6 from Marius Tomaschewski <mt@xxxxxxxxxx> 2010-04-28 17:10:19 UTC
---
The following filter should do the job:

if ( \
/* kernel up to warning except of firewall */ \
($syslogfacility-text == 'kern') and \
($syslogseverity <= 4 /* warning */ ) and not \
($msg contains 'IN=' and $msg contains 'OUT=') \
) or ( \
/* up to errors except of facility authpriv */ \
($syslogseverity <= 3 /* errors */ ) and not \
($syslogfacility-text == 'authpriv') \
) \
then /dev/tty10;RSYSLOG_TraditionalFileFormat
& |/dev/xconsole;RSYSLOG_TraditionalFileFormat

--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >
References