atc0005 / bridge

A small CLI utility used to find duplicate files
MIT License
6 stars 0 forks source link

Research third-party leveled-logging packages #3

Open atc0005 opened 4 years ago

atc0005 commented 4 years ago

Nearly done with the prototype per my notes in #1. The more I work with this codebase the more I consider using logrus for it's leveled logging support.

Perhaps it is worth trying one of the other popular third-party logging libraries?

atc0005 commented 4 years ago

Some others I've come across that looked interesting:

Note to self: Ideally I would pick a package other than logrus for variety/exposure while learning the ropes.

atc0005 commented 4 years ago

Going to try https://github.com/rs/zerolog first.