Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 33cbb7a1d9 | |||
| 9cd2ceb86b |
@@ -7,6 +7,7 @@ import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"io"
|
||||
"log/slog"
|
||||
"maps"
|
||||
"net/http"
|
||||
"net/url"
|
||||
@@ -835,6 +836,8 @@ func (c *Client) getActionsServiceAdminConnection(ctx context.Context, rt *regis
|
||||
return nil, fmt.Errorf("failed to get actions service admin connection: %w", err)
|
||||
}
|
||||
|
||||
slog.Info("got connection", *adminConnection.ActionsServiceURL, c.userAgent)
|
||||
|
||||
return adminConnection, nil
|
||||
}
|
||||
|
||||
|
||||
@@ -139,6 +139,7 @@ func (c *commonClient) setUserAgent() {
|
||||
BuildCommitSHA: buildInfo.commitSHA,
|
||||
})
|
||||
c.userAgent = string(b)
|
||||
slog.Info("user agent", "useragent", c.userAgent)
|
||||
}
|
||||
|
||||
// HTTPOption defines a functional option for configuring the Client.
|
||||
|
||||
Reference in New Issue
Block a user