log os and arch in poller
This commit is contained in:
@@ -215,6 +215,8 @@ func (c *daemonCommand) run(*kingpin.ParseContext) error {
|
|||||||
WithField("endpoint", config.Client.Address).
|
WithField("endpoint", config.Client.Address).
|
||||||
WithField("kind", resource.Kind).
|
WithField("kind", resource.Kind).
|
||||||
WithField("type", resource.Type).
|
WithField("type", resource.Type).
|
||||||
|
WithField("os", config.Platform.OS).
|
||||||
|
WithField("arch", config.Platform.Arch).
|
||||||
Infoln("polling the remote server")
|
Infoln("polling the remote server")
|
||||||
|
|
||||||
poller.Poll(ctx, config.Runner.Capacity)
|
poller.Poll(ctx, config.Runner.Capacity)
|
||||||
|
|||||||
Reference in New Issue
Block a user