Skip to content

Draft: Simplify logging

Julius Balzer requested to merge simplify_logging into development

Summary

Use standard getLogger instead of our get_logger Make the eta-utility logger more precise by giving the full module name.

Currently the agents and environments are logged from their parent module, e.g: [INFO] eta_utility.eta_x.agents .... instead of [INFO] eta_utility.eta_x.agents.MathSolver .... for example

Explain your context

(Explain what you did.)

Please list breaking changes, new features or bugfixes

  • Breaking changes:

  • New features:

    • loggers now have the full module name specified
  • Bugfixes:

Edited by Julius Balzer

Merge request reports