Open cgosmeyer opened 7 years ago
to Katie: See my NIRISS pipeline testing logging module, especially 'log_metedata' decorator.
In process, see prep.py and utils.py.
prep.py
utils.py
So far, I've only changed "print" statements to "logging.info" statements. Really need to make consistent, helpful logging messages. Need some kind of standard to follow.
to Katie: See my NIRISS pipeline testing logging module, especially 'log_metedata' decorator.