chaoss / augur

Python library and web service for Open Source Software Health and Sustainability metrics & data collection. You can find our documentation and new contributor information easily here: https://oss-augur.readthedocs.io/en/main/ and learn more about Augur at our website https://augurlabs.io
https://oss-augur.readthedocs.io/en/main/
MIT License
589 stars 845 forks source link

Superticket: Logging improvements #2848

Open sgoggins opened 4 months ago

IsaacMilarky commented 4 months ago

7/1:

In progress logging policy:

INFO: Log stats, log how long things take to run, log when important things succeed (ideally single log at end of task to give overview of what happened) ERROR: Log only what is unexpected that causes failure WARNING: Log only what is unexpected that doesn't cause failure DEBUG: Log page by page what is happening

IsaacMilarky commented 4 months ago

ACTION: Implement this policy for contributor resolution first

ABrain7710 commented 4 months ago

Tasks to improve logging on