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
·
golang avatar

golang/glog

0
View on GitHub↗
3,600 stars·925 forks·Go·Apache-2.0·9 views

Glog

Leveled execution logs for Go

Features

  • DevOps & Infrastructure - Logging library for system-level applications.
  • Logging - Leveled logging for Go.
  • Logging - Official logging library.
  • Logging Libraries - Leveled execution logging for Go applications.

Star history

Star history chart for golang/glogStar history chart for golang/glog

AI search

Explore more awesome repositories

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

Start searching with AI

Frequently asked questions

What does golang/glog do?

Leveled execution logs for Go

What are the main features of golang/glog?

The main features of golang/glog are: DevOps & Infrastructure, Logging, Logging Libraries.

What are some open-source alternatives to golang/glog?

Open-source alternatives to golang/glog include: rs/zerolog — Zerolog is a structured logging library for Go designed for high-performance event capture and observability. It… uber-go/zap — Zap is a high-performance structured logging library designed for production environments. It provides a framework for… cihub/seelog — Seelog is a native Go logging library that provides flexible asynchronous dispatching, filtering, and formatting. natefinch/lumberjack — Lumberjack is a log rolling library for Go that manages the lifecycle of log files through size-based rotation and… sirupsen/logrus — Logrus is a structured logging library for Go that produces machine-readable output using key-value pairs and JSON… aerogo/log — :memo: Logging with multiple output targets.

Open-source alternatives to Glog

Similar open-source projects, ranked by how many features they share with Glog.
  • 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
  • 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
  • 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
  • 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
See all 30 alternatives to Glog→