diff --git a/netlog/netlog b/netlog/netlog index db85661..d0bf9c8 100755 --- a/netlog/netlog +++ b/netlog/netlog @@ -169,6 +169,8 @@ sub filter { return 'LOGWATCHER'; } + /scheduling restart/ and return 'SERVICE_RESTART'; + return 0; }