ranaroussi / ezibpy

ezIBpy, a Pythonic Client for Interactive Brokers API
Apache License 2.0
327 stars 116 forks source link

Switch to standard Python logging and log errors to stderr by default. #4

Closed jkleint closed 7 years ago

jkleint commented 7 years ago

Logger is named ezibpy. Refactored ezIBPy logger to use format strings (bit more efficient). Fixed a few small issues found by Pylint (extra semicolons, slashes, dead code). Remove some cached .pyc files.

ranaroussi commented 7 years ago

Excellent job!

Made some changes and releases version 1.12.29: