Skip to content

Commit 360b000

Browse files
committed
s3proxy: document where debug logs are written
1 parent f541e4c commit 360b000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s3proxy/s3proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ type Cacher struct {
7474
Logf func(string, ...any)
7575

7676
// LogRequests, if true, enables detailed (but noisy) debug logging of all
77-
// requests handled by the cache.
77+
// requests handled by the cache. Logs are written to Logf.
7878
//
7979
// Each result is presented in the format:
8080
//

0 commit comments

Comments
 (0)