Log active tags in nodeup

This commit is contained in:
Justin Santa Barbara 2016-09-08 11:41:53 -04:00
parent 0b4a558864
commit 79f276d02d
1 changed files with 3 additions and 0 deletions

View File

@ -127,6 +127,9 @@ func (c *NodeUpCommand) Run(out io.Writer) error {
tags[tag] = struct{}{}
}
glog.Infof("Config tags: %v", c.config.Tags)
glog.Infof("OS tags: %v", osTags)
loader := NewLoader(c.config, c.cluster, assets, tags)
tf, err := newTemplateFunctions(c.config, c.cluster, tags)