Skip to content

Commit

Permalink
added missing positive log entry to log_watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Fix committed Feb 6, 2009
1 parent 7d06ea5 commit c630c82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion log_watcher.py
Expand Up @@ -18,7 +18,8 @@ class Watcher(DatagramProtocol):
}
regexes = [
"\[-\] ReportedHealthCheck no errors",
"\[-\] Pipeline .* opening door for authentication result success"
"\[-\] Pipeline .* opening door for authentication result success",
"\[-\] PerleActuator operated while in activation cycle"
]

log_file = "/var/log/doord.log"
Expand Down

0 comments on commit c630c82

Please sign in to comment.