Skip to content

Commit 083fb62

Browse files
author
Pushkar Acharya
committed
intrumentation
1 parent 723ac48 commit 083fb62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/crusoe/nfs_flag.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func getFlag(ctx context.Context, crusoeHTTPClient *http.Client, flagRoute strin
5252

5353
klog.Infof("Flag API response - Status: %d, Content-Type: %s, Body length: %d bytes",
5454
resp.StatusCode, resp.Header.Get("Content-Type"), len(bodyBytes))
55-
klog.V(DEBUG).Infof("Flag API raw response body: %q", string(bodyBytes))
55+
klog.Infof("Flag API raw response body: %q", string(bodyBytes))
5656

5757
// Check HTTP status code before unmarshaling
5858
if resp.StatusCode != http.StatusOK {

0 commit comments

Comments
 (0)