You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
In the early days of pyIATI there was a grand idea that there would be significant logging of things that happen. This grand idea faded quickly as other shinier things moved to the top of the priority list.
In the early days of pyIATI there was a grand idea that there would be significant logging of things that happen. This grand idea faded quickly as other shinier things moved to the top of the priority list.
The initial implementation of logging functionality involved adding a small number of functions to the
utilitymodule: https://github.com/IATI/pyIATI/blob/v0.3.0/iati/utilities.py#L273-L345A very-high level approach that could be taken to solve this:
It may be desired to investigate this in conjunction with error handling (see: #240).