livebud / bud

The Full-Stack Web Framework for Go
MIT License
5.53k stars 181 forks source link

Replace logger #314

Closed matthewmueller closed 1 year ago

matthewmueller commented 1 year ago

I tried a couple of iterations for the runtime logging but eventually came back to a logger inspired by https://github.com/apex/log.

I'm keeping an eye on https://github.com/golang/go/discussions/54763#discussioncomment-3923833, though I like this API quite a bit more.

I recognize structured loggers are quite opinionated so there should definitely be a way to swap out atleast this logger for the standard library loggers.