hadrianl / ibapi

Interactive Brokers API - GoLang Implement
MIT License
136 stars 59 forks source link

Switched all remaining info to debug log level in client.go #27

Closed marvin-hansen closed 3 years ago

marvin-hansen commented 3 years ago

Follow up to issue https://github.com/hadrianl/ibapi/issues?q=is%3Aissue+is%3Aclosed

Couldn't test earlier so I just fixed all remaining log levels in client.go

@hadrianl please add an entry to the Readme that client dev / debugging requires switching log level.

hadrianl commented 3 years ago

I think it`s necessary to log some information to info level in both production and development, such as "connected", "disconnected".

marvin-hansen commented 3 years ago

Whatever