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
There is a bit of a chicken-egg problem... we are loading hardware before main() to avoid #4 and hardware imports logging, so we would need to do logging.basicConfig before that - which works, but isn't pretty.
Some of the messages printed are too verbose. Move some of them to a logging facility, and expose an argument to display them (or save to a log file).
Initial work in 5e36034
The text was updated successfully, but these errors were encountered: