You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logging is currently implemented globally at agent.py and inherited by other Agent child classes.
This doesn't feel like the most proper way to do things, thus it needs refactoring and proper streamlining through the other classes (AsyncCommunication, SmartGridSimulation ...etc). Plus an option should be added to tune logging level at runtime (or perhaps dynamically).
The text was updated successfully, but these errors were encountered:
Logging is currently implemented globally at
agent.py
and inherited by other Agent child classes.This doesn't feel like the most proper way to do things, thus it needs refactoring and proper streamlining through the other classes (AsyncCommunication, SmartGridSimulation ...etc). Plus an option should be added to tune logging level at runtime (or perhaps dynamically).
The text was updated successfully, but these errors were encountered: