ccil-kbw / robot

mdroid: Masjid's droid
https://ccil-kbw.github.io/
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Change all Logging and Prints to use uber-go/zap #41

Closed serafdev closed 4 months ago

serafdev commented 4 months ago

https://github.com/uber-go/zap

Simply replace logging done by fmt and the default logging to use zap logger instead. Advantage is that they are logged as JSON and are easy to parse when ingested.