The @trace decorator injects two logging.info() requests into functions in 17 methods of the Evaluator class.
A global configuration should make this a responsive to some kind of logging/tracing option or configuration value. A global configuration can avoid injecting the logging methods into the function when logging is disabled.
The
@tracedecorator injects twologging.info()requests into functions in 17 methods of theEvaluatorclass.A global configuration should make this a responsive to some kind of logging/tracing option or configuration value. A global configuration can avoid injecting the logging methods into the function when logging is disabled.