DblK / shottower

An open source, self-hosted implementation of the Shotstack API backend
https://dblk.github.io/shottower
GNU Affero General Public License v3.0
32 stars 5 forks source link

Implement a proper logging system #5

Open DblK opened 2 years ago

DblK commented 2 years ago

Log for now are not structured and need to be done in a better way.

I propose to use https://github.com/uber-go/zap for logs.