Skip to content

Commit

Permalink
low hanging fruit of debug output
Browse files Browse the repository at this point in the history
  fixes: #7
  • Loading branch information
Yorick Gersie committed Nov 15, 2017
1 parent 3e13cd0 commit 18bf1a3
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 @@ -107,7 +107,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 18bf1a3

Please sign in to comment.