cgosmeyer / grizli

Grizli: The "Grism redshift and line" analysis software
MIT License
0 stars 0 forks source link

Add logging #1

Open cgosmeyer opened 7 years ago

cgosmeyer commented 7 years ago
  1. Change all prints to logs
  2. Read the parameter settings of all used functions and also save in log.

to Katie: See my NIRISS pipeline testing logging module, especially 'log_metedata' decorator.

cgosmeyer commented 7 years ago

In process, see prep.py and 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.