Merge "add TRACE level to the items that are being flagged"
This commit is contained in:
commit
652a624635
@ -32,7 +32,7 @@ dump_all_errors = True
|
||||
|
||||
|
||||
def process_files(file_specs, url_specs, whitelists):
|
||||
regexp = re.compile(r"^.* (ERROR|CRITICAL) .*\[.*\-.*\]")
|
||||
regexp = re.compile(r"^.* (ERROR|CRITICAL|TRACE) .*\[.*\-.*\]")
|
||||
had_errors = False
|
||||
for (name, filename) in file_specs:
|
||||
whitelist = whitelists.get(name, [])
|
||||
|
Loading…
Reference in New Issue
Block a user