Merge pull request #214 from msimerson/summarize
log/summarize: ignore init msg from logging/*
This commit is contained in:
commit
a17b44de25
@ -204,6 +204,8 @@ sub parse_line {
|
||||
if substr($message, 0, 24) eq 'Permissions on spool_dir';
|
||||
return 'info', $pid, undef, undef, $message
|
||||
if substr($message, 0, 13) eq 'Listening on ';
|
||||
return 'info', $pid, undef, undef, $message
|
||||
if substr($message, 0, 15) eq 'Loaded logging/';
|
||||
|
||||
return 'err', $pid, undef, undef, $message
|
||||
if $line =~ /at [\S]+ line \d/; # generic perl error
|
||||
|
Loading…
Reference in New Issue
Block a user