We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723ac48 commit 083fb62Copy full SHA for 083fb62
1 file changed
internal/crusoe/nfs_flag.go
@@ -52,7 +52,7 @@ func getFlag(ctx context.Context, crusoeHTTPClient *http.Client, flagRoute strin
52
53
klog.Infof("Flag API response - Status: %d, Content-Type: %s, Body length: %d bytes",
54
resp.StatusCode, resp.Header.Get("Content-Type"), len(bodyBytes))
55
- klog.V(DEBUG).Infof("Flag API raw response body: %q", string(bodyBytes))
+ klog.Infof("Flag API raw response body: %q", string(bodyBytes))
56
57
// Check HTTP status code before unmarshaling
58
if resp.StatusCode != http.StatusOK {
0 commit comments