log os and arch in poller

This commit is contained in:
Brad Rydzewski
2019-10-31 15:13:30 -07:00
parent 546e0e433a
commit d0e71587b7

View File

@@ -215,6 +215,8 @@ func (c *daemonCommand) run(*kingpin.ParseContext) error {
WithField("endpoint", config.Client.Address).
WithField("kind", resource.Kind).
WithField("type", resource.Type).
WithField("os", config.Platform.OS).
WithField("arch", config.Platform.Arch).
Infoln("polling the remote server")
poller.Poll(ctx, config.Runner.Capacity)