the option --ignore=<file> doesnt filter the ignored lines

Bug #785849 reported by Javier Garcia Gonzalez
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Syslog Summary
New
Undecided
Unassigned

Bug Description

The option --ignore=<file> doesnt filter the ignored events according to python regular expressions specified.
To solve this, add continue statement as :

                if should_be_ignored(line)>0:
                        ignored_count += 1
                        if DEBUG:
                                print "Ignoring: %s" % line
                        line = file.readline()
                        continue <-------------- to add

This should filter the "ignored" events.

Ubuntu 10.04.2 LTS
syslog-summary 1.14

Thanks for your feedback

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.