This repository was archived by the owner on Aug 30, 2024. It is now read-only.
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
New CLI release unexpectedly sets "verbose" to true by default #487
Open
Description
Upgrading to the newest release of the Coder CLI (1.32.0 -> 1.33.3) results in a change where the --verbose
flag is set by default:
-v, --verbose show verbose output (also settable via CODER_AGENT_VERBOSE) (default true)
This results in a ton of log spam when trying to do things like coder ssh
:
: "tcp:localhost:12213", "dc_id": 3, "res": "{Code: Err: Net: Op:}"}
2022-08-24 22:29:00.799 [DEBUG] (wsnet) <./product/coder/pkg/wsnet/dial.go:470> (*Dialer).DialContext dial channel ready {"proto": "tcp:localhost:12213", "dc_id": 3}
2022-08-24 22:29:00.800 [DEBUG] <./product/coder/service/cli/cmd/tunnel.go:314> (*tunneler).start connected to workspace
coder@perdido:~$ 2022-08-24 22:29:01.699 [DEBUG] (wsnet) <./product/coder/pkg/wsnet/dial.go:363> (*Dialer).Ping sending ping
Could this change be reverted?
Metadata
Metadata
Assignees
Labels
No labels