log/summarize: ignore init msg from logging/*

This commit is contained in:
Matt Simerson 2015-01-28 22:41:30 -08:00
parent d81b2d4331
commit d7dd17085e
1 changed files with 2 additions and 0 deletions

View File

@ -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