flanksource / style-guide

Apache License 2.0
0 stars 0 forks source link

Decide on a logging convention #3

Open moshloop opened 4 years ago

moshloop commented 4 years ago
moshloop commented 4 years ago

From salvo: https://www.programming-books.io/essential/go/logging-libraries-ead0070067424993bb40c754426bbb58

teodor-pripoae commented 4 years ago

I've been using logrus in the past, I was very satisfied with it.

mazzy89 commented 4 years ago

Not strongly opinionated here towards any logging library. However, I would advocate for a library that the ecosystem around Kubernetes has embraced. Maybe https://github.com/kubernetes/klog is one of them?

logrus is pretty robust and well maintained. Nothing against that.