Skip to content

Commit 3b2c375

Browse files
committed
Add a note about HTTP request logging to the logging flags
Signed-off-by: Richard Wall <[email protected]>
1 parent 6ad7079 commit 3b2c375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/logs/logs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func AddFlags(fs *pflag.FlagSet) {
104104
if f.Name == "v" {
105105
f.Name = "log-level"
106106
f.Shorthand = "v"
107-
f.Usage = fmt.Sprintf("%s. 0=Info, 1=Debug, 2=Trace. Use 3-10 for even greater detail. (default: 0)", f.Usage)
107+
f.Usage = fmt.Sprintf("%s. 0=Info, 1=Debug, 2=Trace. Use 6-9 for increasingly verbose HTTP request logging. (default: 0)", f.Usage)
108108
}
109109
})
110110
fs.AddFlagSet(&tfs)

0 commit comments

Comments
 (0)