ranaroussi / ezibpy

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

Logging issue #13

Closed mcg88 closed 7 years ago

mcg88 commented 7 years ago

When I have logging enabled and I connect to the gateway, it doesn't print out the contract name properly

2017-04-15 12:22:05,742 [INFO] ezibpy: [CONNECTION TO IB ESTABLISHED]
2017-04-15 12:22:05,749 [INFO] ezibpy: [POSITION]: <position account=xxx, contract=<ib.ext.Contract.Contract object at 0x0000000008129F60>, pos=33, avgCost=21.13030305>
ranaroussi commented 7 years ago

Fixed in 1.12.47. Please upgrade using:

$ pip install ezibpy --upgrade --no-cache-dir