Skip to content

Commit

Permalink
Add repo config detecting lifecycle events (docker#967)
Browse files Browse the repository at this point in the history
Currently ocaml-re (used by the analysis tool) does not support negative
lookahead so we cannot use "Analystics: (?!Sent heartbeat event)" to avoid the
more spammy heart beat message.

Signed-off-by: Ian Campbell <[email protected]>
  • Loading branch information
Ian Campbell authored and dsheets committed Nov 18, 2016
1 parent 93a908e commit db3cdcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .nurse/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"lifecycle": {
"files": ["docker-system.log", "docker-system-os.log"],
"matches" : ["Application version", "UpdateMigrator: migrator:", "Analytics: " ]
}
}

0 comments on commit db3cdcc

Please sign in to comment.