paust-team / pirius

Stream Delivery Network
GNU General Public License v3.0
8 stars 3 forks source link

Replace qlogger with `zap` #192

Closed elon0823 closed 1 year ago

elon0823 commented 2 years ago

We want to check stacktrace of an error. And current qlogger design is not good with golang ecosystem. So it is required to replace current qlogger with uber's zap package

elon0823 commented 1 year ago

We replaced qlogger to zap in #203.