diff --git a/command/daemon/daemon.go b/command/daemon/daemon.go index b0d8d3f..7f9b281 100644 --- a/command/daemon/daemon.go +++ b/command/daemon/daemon.go @@ -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)