OFFIS-DAI / mango

Modular Python-based agent framework to implement multi-agent systems
https://mango-agents.readthedocs.io/
MIT License
12 stars 2 forks source link

Rework string concatenations in logging calls #47

Closed rcschrg closed 1 year ago

rcschrg commented 1 year ago

We often use logging.debug(f"ABC {abc}"), which can be dangerous and expensive. In this issue all occurrences shall be replaced by the %s type logging.debug("ABC %s", abc)

rcschrg commented 1 year ago

mentioned in commit a5bad6046702a59aba6bcf57947befb2d8a8bfae