-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 0.1.1
-
Component/s: None
-
None
-
Environment:Mac OS X 10.9, motor 0.1.2, tornado 3.1.1
Because motor start a private iolloop in open_sync, and ioloop.start may reset logging config
...
def start(self):
if not logging.getLogger().handlers:
...
logging.basicConfig()
...