Skip to content

Commit

Permalink
Merge pull request #35 from dropje86/issue_7
Browse files Browse the repository at this point in the history
low hanging fruit of debug output
  • Loading branch information
jrasell authored Nov 16, 2017
2 parents 88db350 + 18bf1a3 commit b092165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion levant/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (c *nomadClient) deploymentWatcher(evalID string, autoPromote int) (success
for {

dep, meta, err := c.nomad.Deployments().Info(depID, q)
logging.Debug("levant/deploy: deployment %v running for %v", depID, time.Since(t))
logging.Debug("levant/deploy: deployment %v running for %.2fs", depID, time.Since(t).Seconds())

// Listen for the deploymentChan closing which indicates Levant should exit
// the deployment watcher.
Expand Down

0 comments on commit b092165

Please sign in to comment.