Skip to content

Commit 2417d33

Browse files
committed
logging refactor complete
1 parent 1ac6675 commit 2417d33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

httpclient/client.go

+2
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ func (c *ClientConfig) Build() (*Client, error) {
148148
client.loadCustomCookies()
149149
}
150150

151+
client.Sugar.Infof("client init complete: %+v", client)
152+
151153
return client, nil
152154

153155
}

0 commit comments

Comments
 (0)