lttkgp / C-3PO

The metadata overlord and API server for LTTKGP
https://api.lttkgp.com
MIT License
27 stars 22 forks source link

Enhance logging across the codebase #76

Open ghostwriternr opened 3 years ago

ghostwriternr commented 3 years ago
  1. Right now, we have very limited visibility into the functionality via logs. We should add useful (but not a lot, only essential) logs wherever needed.
  2. Use module-level loggers instead of root-level loggers so logs can also explitly highlight which module they're coming and simplify querying as well.