ECMWFCode4Earth / vAirify

code repository for 2024 Code for Earth project #16
0 stars 0 forks source link

As a user I want to be able to access the logs #99

Open lincent opened 2 weeks ago

lincent commented 2 weeks ago

Within the docker images the logging gets outputted into console, this ends up in the docker log.

For the ETL images this is triggered by supercronic and the logs get wrapped in supercronics logs, making it hard to read as there is too much meta-data.

This ticket should look at improving the logging.

Acceptance Criteria

Tests will be a manual verification that the logs are stored on the linux machine and persist when redeploying the docker images.