Should be no print statements, and all output and exceptions should be logged somewhere. Note that this module has to deal with the unique challenge of logging before the config files have been combined, and will need to write logging to someplace logical with that in mind (maybe to the default morf or morf-listener logger, or...?)
Should be no print statements, and all output and exceptions should be logged somewhere. Note that this module has to deal with the unique challenge of logging before the config files have been combined, and will need to write logging to someplace logical with that in mind (maybe to the default morf or morf-listener logger, or...?)
https://github.com/educational-technology-collective/morf/blob/01929ff9985abc67e17884a74c3629a588949226/morf-python-api/morf/utils/config.py#L30