Closed rnapier closed 10 years ago
The subpackages initialize their debug logger to the common logger during initialization. If you later call common.SetDebugOutput(), that changes common.debug but doesn't update any of the other pointers. So you get no debug logging from the framer.
debug
common
common.SetDebugOutput()
common.debug
The subpackages initialize their
debug
logger to thecommon
logger during initialization. If you later callcommon.SetDebugOutput()
, that changescommon.debug
but doesn't update any of the other pointers. So you get no debug logging from the framer.