Hey,
during __init__ in both controllers, the logging module is shutdown and reloaded.
This breaks all logging infrastructure which a user might have defined beforehand.
Could you remove the following lines:
|
logging.shutdown() |
|
reload(logging) |
|
logging.shutdown() |
|
reload(logging) |
cheers,
dom
Hey,
during
__init__in both controllers, theloggingmodule is shutdown and reloaded.This breaks all logging infrastructure which a user might have defined beforehand.
Could you remove the following lines:
SoloPy/SoloPy/SOLOMotorControllersCanopen.py
Lines 42 to 43 in 8c6cdc1
SoloPy/SoloPy/SOLOMotorControllersUart.py
Lines 34 to 35 in 8c6cdc1
cheers,
dom