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
Suspect we need to take a look at how the logging is being handled across the entire python API - different files seem to be adding to different loggers arbitrarily, with different log levels. Eg in simvue.factory.dispatch.queued.py:
This means that the debug level log messages are being spammed to the console. I will change this to remove the setLevel line for now, but I think we need to go through all files / loggers and check they are consistent.