Update deps; add container label for logs

This commit is contained in:
Evan Shaw
2016-08-16 14:45:25 +12:00
parent e09e708a5b
commit 6a369eb23a
4 changed files with 10 additions and 2 deletions

View File

@@ -116,6 +116,7 @@ func handleRunner(c *gin.Context) {
Timeout: 30 * time.Second,
ID: reqID,
RequestURL: c.Request.URL.String(),
AppName: appName,
})
if err := run.Run(); err != nil {