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.
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.