Skip to content

Commit

Permalink
fix output (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmartins-unit authored Sep 8, 2023
1 parent 5627867 commit bf0e1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func NewClient(c *Config) (*Client, error) {
tlsConfig: nil,
}
//set default log level
client.Logger.Info = c.Verbose
client.Logger.Info = true
//configure tls
if u.Scheme == "wss" {
tc := &tls.Config{}
Expand Down

0 comments on commit bf0e1ad

Please sign in to comment.