influx_schedule: log repo_rev along with other info

Signed-off-by: Charles Baynham <charles.baynham@npl.co.uk>
pull/1362/head
Charles Baynham 2019-09-09 17:12:07 +01:00 committed by Robert Jördens
parent 98caaebade
commit ddd34e5a9c
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ class Log(dict):
"priority": v["priority"],
"due_date": v["due_date"] or -1.,
"arguments": v["expid"].get("arguments", {}),
"repo_rev": v["expid"]["repo_rev"],
"flush": v["flush"],
},
tags={