Skip to content

Commit

Permalink
cmd/tailsql: clarify spamminess of --debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Aug 11, 2023
1 parent df498aa commit 02625a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tailsql/tailsql.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
var (
localPort = flag.Int("local", 0, "Local service port")
configPath = flag.String("config", "", "Configuration file (HuJSON, required)")
doDebugLog = flag.Bool("debug", false, "Enable verbose debug logging")
doDebugLog = flag.Bool("debug", false, "Enable very verbose tsnet debug logging")
initConfig = flag.String("init-config", "",
"Generate a basic configuration file in the given path and exit")
)
Expand Down

0 comments on commit 02625a2

Please sign in to comment.