The printing and logging are slightly out-of-hand. We've got messages printed out everywhere, some from the models that we import and some from random places for debugging purposes.
We should regulate this more with the python logging package and add a hierarchy of logging levels (i.e., debug, info, warning, error, etc)
The printing and logging are slightly out-of-hand. We've got messages printed out everywhere, some from the models that we import and some from random places for debugging purposes.
We should regulate this more with the python
logging
package and add a hierarchy of logging levels (i.e., debug, info, warning, error, etc)