Skip to content

Commit da8989f

Browse files
Update internal/pkg/auth/auth.go
Co-authored-by: cgoetz-inovex <[email protected]>
1 parent d7afcf0 commit da8989f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/pkg/auth/auth.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,9 @@ func debugHTTPRequest(p *print.Printer, req *http.Request) {
265265
if p == nil || req == nil {
266266
return
267267
}
268+
if !p.IsVerbosityDebug() {
269+
return
270+
}
268271

269272
p.Debug(print.DebugLevel, "=== HTTP REQUEST ===")
270273
p.Debug(print.DebugLevel, "Method: %s", req.Method)

0 commit comments

Comments
 (0)