Evelyn Carterevelynsky.hashnode.dev·Sep 3, 2024Stop using LogrusLogrus has long been a popular choice for logging in Go applications, but as the landscape of logging libraries evolves, it’s time to reconsider its place in your projects. In this post, I’ll outline several reasons why you might want to stop using L...logrus
Akash KumarforKeploy Tech Blogkeploy-blog.hashnode.dev·May 3, 2024Adding colour to the log output of logging libraries in GoLogging is an integral part of software development, providing developers with valuable insights into the behaviour and performance of their applications. In the Go programming language, various logging libraries, such as the standard library's log p...logging
Shailesh Bshaileshb.hashnode.dev·Apr 27, 2024Logging with Logrus: Streamlining MongoDB IntegrationLogging plays a crucial role in modern programming by capturing errors, warnings, performance metrics, and debug messages. It serves as a means for our software to communicate with us, providing insights into its behavior. In this blog, we'll learn h...64 readslogrus