Keck-DataReductionPipelines / KCWI_DRP

KCWI python DRP
BSD 3-Clause "New" or "Revised" License
9 stars 14 forks source link

Print info about file type being ingested. Closes #67 #70

Closed lucarizzi closed 3 years ago

lucarizzi commented 3 years ago

This minor update to the kcwi_pipeline fixes a problem with the usage of a local logger inside the kcwi_pipeline.py file and also produces a lot of new information about the file being ingested. The biggest change is the use of:

self.context.pipeline_logger

instead of the root logger that was used before

This is the reason why the log info was not being printed to screen.