Skip to content

Commit

Permalink
デバッグ情報を追加してみる
Browse files Browse the repository at this point in the history
  • Loading branch information
Doppon committed Dec 22, 2024
1 parent 73c3299 commit 9862f3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth/credentials/internal/impersonate/impersonate.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ func (o *Options) Token(ctx context.Context) (*auth.Token, error) {
return nil, err
}
logger.DebugContext(ctx, "impersonated token request", "request", internallog.HTTPRequest(req, b))
fmt.Println("!! DEBUG !! impersonated token request", "request", internallog.HTTPRequest(req, b))
resp, body, err := internal.DoRequest(o.Client, req)
if err != nil {
return nil, fmt.Errorf("credentials: unable to generate access token: %w", err)
Expand Down

0 comments on commit 9862f3c

Please sign in to comment.