diff --git a/cmd/plexum-harborforge-plugin/main.go b/cmd/plexum-harborforge-plugin/main.go index 1388ebd..9c38aaf 100644 --- a/cmd/plexum-harborforge-plugin/main.go +++ b/cmd/plexum-harborforge-plugin/main.go @@ -213,6 +213,8 @@ func (p *harborForgePlugin) Init(ctx context.Context, host sdkplugin.HostAPI) er } token, err := host.GetAgentSecret(ctx, agentID, "hf-token") if err != nil { + host.Log("warn", "kb hf-token lookup failed", + map[string]any{"agent": agentID, "err": err.Error()}) return nil, err } if token == "" {