ECCO-GROUP / ECCO-obs-pipeline

3 stars 1 forks source link

Improve logging messaging #44

Open ifenty opened 12 months ago

ifenty commented 12 months ago

During transformation the message to the screen reads:

[INFO] 2023-10-16 10:22:15,509 - Transforming 2021-05-16T00:00:00Z to ECCO_llc90

But there are so many messages like this I can't tell which dataset is being processed. Better if the message was like:

[INFO] 2023-10-16 10:22:15,509 - Transforming DATASET XYZ 2021-05-16T00:00:00Z** to ECCO_llc90

kevinmarlis commented 12 months ago

Yes, that's part of the problem with multiprocessing, it's very easy to lose track of what's what. Let's track the improvements you'd like to the messaging in this issue.