opensistemas-hub / osbrain

osBrain - A general-purpose multi-agent system module written in Python
https://osbrain.readthedocs.io/en/stable/
Apache License 2.0
175 stars 43 forks source link

Unwanted INFO logging #329

Closed Peque closed 5 years ago

Peque commented 5 years ago

By default, osBrain displays unwanted information logging when executing normal operations like setting attributes or shutting down the agents.

This should not be the case and those messages should either be removed or at least lowered to DEBUG logging level.