Closed aturfah closed 5 years ago
Add a global variable (in config.py) that sets the logging level for the script.
config.py
This way I can print stuff out in tests without having to have them there in actual simulations.
Changed from a logging variable to logging, because apparently its built into python
Addressed in #174
Add a global variable (in
config.py
) that sets the logging level for the script.This way I can print stuff out in tests without having to have them there in actual simulations.