Closed lockefox closed 8 years ago
Hooks have been scattered throughout the code for logging/debug.
GOAL: unify logging/debug behavior across each profile GOAL: add logger hooks for external loggers GOAL: remove as much STDOUT printing as possible (except in __main__ test area)
__main__
fixed in 6801d62187cb73c20bdbebf4f615e091130e7161
NOTE: now requires v0.0.3+ ProsperCommon import
Hooks have been scattered throughout the code for logging/debug.
GOAL: unify logging/debug behavior across each profile GOAL: add logger hooks for external loggers GOAL: remove as much STDOUT printing as possible (except in
__main__
test area)