Skip to content

Commit 0e58d9f

Browse files
committed
add log verbosity 2
1 parent aa69ba8 commit 0e58d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobfuse-proxy/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func getBlobfuseVersion() BlobfuseVersion {
111111
}
112112

113113
if osinfo.Distro == "Ubuntu" && osinfo.Version >= "22.04" {
114-
klog.Info("proxy using blobfuse V2 for mounting")
114+
klog.V(2).Info("proxy using blobfuse V2 for mounting")
115115
return BlobfuseV2
116116
}
117117

0 commit comments

Comments
 (0)