nodiscc / hecat

Generic automation tool around data stored as plaintext YAML files
GNU General Public License v3.0
29 stars 5 forks source link

allow logging to file #92

Closed nodiscc closed 1 year ago

nodiscc commented 1 year ago

For each importer/processor/downloader, allow logging either to console, to file, or both

log_to_console: True # (default True) log the program output to console
log_to_file: /path/to/hecat.log # (default None) log program output to this file

Related https://github.com/nodiscc/hecat/issues/91