What is the common log library which is industry standard that is used in server applications?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. go

    The Go programming language

    There are many popular log libraries, but no standard. The next release of Go (1.21) will add the new log/slog package to the standard library: https://github.com/golang/go/issues/56345

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. logrus

    Structured, pluggable logging for Go.

  4. zap

    Blazing fast, structured, leveled logging in Go.

  5. logr

    A simple logging interface for Go

  6. zerolog

    Zero Allocation JSON Logger

    I use zerolog myself and have seen it being used in production several times. Also they have a list of who uses zerolog

  7. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Slog: Zero-dependency structured logging in Go

    4 projects | dev.to | 4 Nov 2023
  • Go 1.21 Released

    7 projects | news.ycombinator.com | 8 Aug 2023
  • slogx - slog package extensions and middlewares

    3 projects | /r/golang | 1 May 2023
  • Reducing Go Execution Tracer Overhead with Frame Pointer Unwinding

    2 projects | news.ycombinator.com | 31 Jan 2023
  • proposal: log/slog: structured, leveled logging · Issue #56345 · golang/go

    2 projects | /r/golang | 24 Oct 2022

Did you know that Go is
the 4th most popular programming language
based on number of references?