awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to golang/glog

Projects sharing features with Glog

30 open-source projects similar to golang/glog, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • rs/zerologrs avatar

    rs/zerolog

    12,220View on GitHub↗

    Zerolog is a structured logging library for Go designed for high-performance event capture and observability. It focuses on generating machine-readable JSON output while minimizing memory overhead through zero-allocation buffer encoding and strongly-typed field validation. The library distinguishes itself by providing a chainable, context-aware interface that allows developers to bind trace identifiers and metadata directly to request lifecycles. It supports complex diagnostic workflows by enabling independent logger instances, custom output routing to multiple concurrent destinations, and ev

    Gogolangjsonlogging
    View on GitHub↗12,220
  • sirupsen/logrussirupsen avatar

    sirupsen/logrus

    25,736View on GitHub↗

    Logrus is a structured logging library for Go that produces machine-readable output using key-value pairs and JSON formatting. It serves as a pluggable logging framework providing a thread-safe event logger with configurable mutex locking to manage concurrent writes across multiple goroutines. The project distinguishes itself through a pluggable hook system that routes log entries to external services or custom destinations. It also features a contextual logger capable of attaching persistent metadata and request-scoped fields to entries to improve traceability. The framework covers broad ob

    Gogologginglogrus
    View on GitHub↗25,736
  • uber-go/zapuber-go avatar

    uber-go/zap

    24,329View on GitHub↗

    Zap is a high-performance structured logging library designed for production environments. It provides a framework for generating machine-readable logs that minimize memory overhead and CPU usage, allowing for efficient event analysis and system monitoring. The library distinguishes itself through a focus on zero-allocation logging, utilizing buffer pooling to reduce garbage collection pressure during high-frequency operations. It enforces strict data typing through compile-time checks and structured field encoding, which ensures consistent output without the performance cost of reflection-ba

    Gogolangloggingstructured-logging
    View on GitHub↗24,329

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • natefinch/lumberjacknatefinch avatar

    natefinch/lumberjack

    5,439View on GitHub↗

    Lumberjack is a log rolling library for Go that manages the lifecycle of log files through size-based rotation and backup cleanup. It functions as a log retention manager to prevent disk exhaustion in Go services. The project optimizes log storage by compressing rotated files using the gzip algorithm and generating unique filenames via timestamped backups. It implements a retention policy that prunes historical records based on a maximum number of backups or a specified file age. The library implements the standard Go writer interface to integrate with logging libraries, providing a mechanis

    Go
    View on GitHub↗5,439
  • cihub/seelogcihub avatar

    cihub/seelog

    1,637View on GitHub↗

    Seelog is a native Go logging library that provides flexible asynchronous dispatching, filtering, and formatting.

    Go
    View on GitHub↗1,637
  • hpcloud/tailhpcloud avatar

    hpcloud/tail

    2,782View on GitHub↗

    Go package for reading from continously updated files (tail -f)

    Go
    View on GitHub↗2,782
  • gookit/sloggookit avatar

    gookit/slog

    545View on GitHub↗

    📑 Lightweight, configurable, extensible logging library written in Go. Support multi level, multi outputs and built-in multi file logger, buffers, clean, rotate-file handling.一个易于使用的,轻量级、可配置、可扩展的日志库。支持多个级别,输出到多文件;内置文件日志处理、自动切割、清理、压缩等增强功能

    Goconsole-loggerfile-loggingformatter
    View on GitHub↗545
  • ian-kent/go-logian-kent avatar

    ian-kent/go-log

    42View on GitHub↗

    A logger, for Go

    Go
    View on GitHub↗42
  • echocat/slf4gechocat avatar

    echocat/slf4g

    5View on GitHub↗

    Simple Logging Facade for Golang

    Gogolangloggingsimple
    View on GitHub↗5
  • davecgh/go-spewdavecgh avatar

    davecgh/go-spew

    6,393View on GitHub↗

    go-spew is a deep inspection library and debugging utility for Go. It functions as a data structure pretty printer that renders complex, nested types into human-readable strings with indentation and type information. The library provides specialized capabilities for visualizing internal program states, including the ability to dump data structures with pointer addresses and map keys. It includes a configuration system to adjust printing behavior, such as limiting recursion depth and setting indentation. The tool uses reflection-based type inspection and recursive tree traversal to handle nes

    Go
    View on GitHub↗6,393
  • francoispqt/onelogfrancoispqt avatar

    francoispqt/onelog

    415View on GitHub↗

    Dead simple, super fast, zero allocation logger for Golang

    Goallocationfastgolang
    View on GitHub↗415
  • go-playground/loggo-playground avatar

    go-playground/log

    293View on GitHub↗

    :green_book: Simple, configurable and scalable Structured Logging for Go.

    Goerrorsloggingstack-traces
    View on GitHub↗293
  • hashicorp/logutilshashicorp avatar

    hashicorp/logutils

    371View on GitHub↗

    Utilities for slightly better logging in Go (Golang).

    Go
    View on GitHub↗371
  • henvic/httprettyhenvic avatar

    henvic/httpretty

    413View on GitHub↗

    Package httpretty prints the HTTP requests you make with Go pretty on your terminal.

    Gocligogolang
    View on GitHub↗413
  • edoger/zkits-loggeredoger avatar

    edoger/zkits-logger

    28View on GitHub↗

    A powerful zero-dependency json logger.

    Gogologlogger
    View on GitHub↗28
  • amoghe/distillogamoghe avatar

    amoghe/distillog

    31View on GitHub↗

    Logging, distilled

    Gogolangloggerlogger-interface
    View on GitHub↗31
  • arthurkiller/rollingwriterarthurkiller avatar

    arthurkiller/rollingwriter

    292View on GitHub↗

    Rolling writer is an IO util for auto rolling write in go.

    Gofilewritergolang-libraryioutil
    View on GitHub↗292
  • cabify/logrusiowritercabify avatar

    cabify/logrusiowriter

    16View on GitHub↗

    io.Writer implementation using logrus logger managed by soy-programador

    Go
    View on GitHub↗16
  • apsdehal/go-loggerapsdehal avatar

    apsdehal/go-logger

    288View on GitHub↗

    Simple logger for Go programs. Allows custom formats for messages.

    Gogolangloggerlogging-library
    View on GitHub↗288
  • clok/kembaclok avatar

    clok/kemba

    17View on GitHub↗

    A tiny debug logging tool. Ideal for CLI tools and command applications. Inspired by https://github.com/visionmedia/debug

    Goawesomeawesome-goawesome-golang
    View on GitHub↗17
  • deruina/timberjackDeRuina avatar

    DeRuina/timberjack

    143View on GitHub↗

    Timberjack is a Go log rolling library with support for size-based, time-based, and manual rotation.

    Golog-managementlog-rollinglog-rotation
    View on GitHub↗143
  • ayoubtadlaoui/gologxAyoubTadlaoui avatar

    AyoubTadlaoui/GoLogX

    4View on GitHub↗

    Tamper-evident audit log for Go: an append-only, hash-chained, optionally Ed25519-signed log/slog handler, with offline logx verify. Built on the standard library, zero third-party dependencies. Also a full slog toolkit (colored output, JSON, rotation, fan-out, CLI).

    Goai-agentsai-safetyaudit-log
    View on GitHub↗4
  • azer/loggerazer avatar

    azer/logger

    158View on GitHub↗

    Minimalistic logging library for Go.

    Go
    View on GitHub↗158
  • aerogo/logaerogo avatar

    aerogo/log

    10View on GitHub↗

    :memo: Logging with multiple output targets.

    Gogologlogging
    View on GitHub↗10
  • getsentry/sentry-gogetsentry avatar

    getsentry/sentry-go

    1,090View on GitHub↗

    The official Go SDK for Sentry (sentry.io)

    Gocrash-reportingcrash-reportserror-monitoring
    View on GitHub↗1,090
  • go-ozzo/ozzo-loggo-ozzo avatar

    go-ozzo/ozzo-log

    123View on GitHub↗

    A Go (golang) package providing high-performance asynchronous logging, message filtering by severity and category, and multiple message targets.

    Go
    View on GitHub↗123
  • apex/logapex avatar

    apex/log

    1,377View on GitHub↗
    Goapex-logsgolanglogger
    View on GitHub↗1,377
  • gyozatech/noodloggyozatech avatar

    gyozatech/noodlog

    44View on GitHub↗

    🍜 Parametrized JSON logging library in Golang which lets you obfuscate sensitive data and marshal any kind of content.

    Gogogolanggolang-library
    View on GitHub↗44
  • heartwilltell/logheartwilltell avatar

    heartwilltell/log

    17View on GitHub↗

    Simple leveled logging wrapper around standard log package

    Gogogolanglib
    View on GitHub↗17
  • alexcesaro/logalexcesaro avatar

    alexcesaro/log

    48View on GitHub↗

    Logging packages for Go

    Go
    View on GitHub↗48