Skip to content

Commit

Permalink
change syslog tag
Browse files Browse the repository at this point in the history
  • Loading branch information
timfeirg committed Oct 26, 2016
1 parent f761109 commit 45b5df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/calcium/create_container.go
Expand Up @@ -564,7 +564,7 @@ func (c *calcium) makeContainerOptions(quota map[string]int, specs types.Specs,
"syslog-address": c.config.Syslog.Address,
"syslog-facility": c.config.Syslog.Facility,
"syslog-format": c.config.Syslog.Format,
"tag": fmt.Sprintf("%s", specs.Appname),
"tag": fmt.Sprintf("%s {{.ID}}", specs.Appname),
}
}

Expand Down

0 comments on commit 45b5df6

Please sign in to comment.