Skip to content

Commit 23c6691

Browse files
zuzgonbarak-sharoni-velocity
authored andcommitted
Providing chisel's client with a logger level (jpillora#281)
Co-authored-by: Barak Sharoni <[email protected]> Co-authored-by: barak-sharoni-velocity <[email protected]>
1 parent 87f2825 commit 23c6691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func NewClient(c *Config) (*Client, error) {
105105
tlsConfig: nil,
106106
}
107107
//set default log level
108-
client.Logger.Info = true
108+
client.Logger.Info = c.Verbose
109109
//configure tls
110110
if u.Scheme == "wss" {
111111
tc := &tls.Config{}

0 commit comments

Comments
 (0)