Skip to content

Enhancement/revise logging

Daniel Scheffler requested to merge enhancement/revise_logging into master

Logging to a file is now working properly. Starting the EnPT processing pipeline via CLI argument parser is now working.

  • added config options 'output_dir' and 'working_dir'
  • EnMAP objects now contain an attribute 'log' that returnes all the logged messages.

Merge request reports