ONSdigital / dp-data-pipelines

Pipeline specific python scripts and tooling for automated website data ingress.
MIT License
1 stars 0 forks source link

#109 logging v1 data ingress #116

Closed NickPapONS closed 3 months ago

NickPapONS commented 3 months ago

What

Adds logging to v1_data_ingress. Logging was mainly added to any case where something is being tried, a logger statement at info level for if it succeeds and a logger error statement if an error occurs.

How to review

Look through the instances where the logger is being used and see if the message makes sense. Also check if the data argument is being given relevant information/variables to that log, or if I could add another variable to make that log more informative.

Who can review

Anyone