awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to navinpeiris/logster

Open-source alternatives to Logster

30 open-source projects similar to navinpeiris/logster, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Logster alternative.

  • alexcesaro/logalexcesaro avatar

    alexcesaro/log

    48View on GitHub↗

    Logging packages for Go

    Go
    View on GitHub↗48
  • amoghe/distillogamoghe avatar

    amoghe/distillog

    31View on GitHub↗

    Logging, distilled

    Gogolangloggerlogger-interface
    View on GitHub↗31
  • apex/logapex avatar

    apex/log

    1,377View on GitHub↗
    Goapex-logsgolanglogger
    View on GitHub↗1,377
  • aphistic/gomolA

    aphistic/gomol

    0View on GitHub↗
    View on GitHub↗0
  • 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
  • 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
  • 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

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
  • azer/loggerazer avatar

    azer/logger

    158View on GitHub↗

    Minimalistic logging library for Go.

    Go
    View on GitHub↗158
  • balderdashy/captains-logbalderdashy avatar

    balderdashy/captains-log

    42View on GitHub↗

    Lightweight logger with a simple pass-through configuration for use with fancier logging libraries. Used by the Sails framework. Optional support for colorized output, custom prefixes, and log levels (using npm's logging conventions.)

    JavaScript
    View on GitHub↗42
  • basho/lagerbasho avatar

    basho/lager

    42View on GitHub↗

    A logging framework for Erlang/OTP

    Erlang
    View on GitHub↗42
  • bevry/caterpillarbevry avatar

    bevry/caterpillar

    402View on GitHub↗

    Caterpillar is the ultimate logging system for Deno, Node.js, and Web Browsers. Log levels are implemented to the RFC standard. Log entries can be filtered and piped to various streams, including coloured output to the terminal, the browser's console, and debug files. You can even write your own transforms.

    TypeScript
    View on GitHub↗402
  • borderstech/logmaticB

    borderstech/logmatic

    0View on GitHub↗
    View on GitHub↗0
  • bunyan-logger/bunyanbunyan-logger avatar

    bunyan-logger/bunyan

    90View on GitHub↗

    The all-plugins-included package of the Bunyan distributed and pluggable logging system.

    Elixir
    View on GitHub↗90
  • caarlos0/logcaarlos0 avatar

    caarlos0/log

    62View on GitHub↗

    Colorful CLI logger

    Go
    View on GitHub↗62
  • cabify/logrusiowritercabify avatar

    cabify/logrusiowriter

    16View on GitHub↗

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

    Go
    View on GitHub↗16
  • cabinjs/cabincabinjs avatar

    cabinjs/cabin

    891View on GitHub↗

    Cabin is the best self-hosted JavaScript and Node.js logging service . Supports Node v18+, Browser Environments, Express , Koa , and Lad Cabin is compatible with Sentry , Airbrake , Papertrail , Loggly , and Bugsnag .

    JavaScript
    View on GitHub↗891
  • chzyer/logexchzyer avatar

    chzyer/logex

    42View on GitHub↗

    An golang log lib, supports tracking and level, wrap by standard log lib

    Go
    View on GitHub↗42
  • 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
  • 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
  • dalmatinerdb/mstoredalmatinerdb avatar

    dalmatinerdb/mstore

    11View on GitHub↗

    MStore is a experimental metric store build in erlang, the primary functions are open, new, get and put.

    Erlang
    View on GitHub↗11
  • 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
  • debug-js/debugdebug-js avatar

    debug-js/debug

    11,444View on GitHub↗

    This project is a JavaScript logging utility and namespace-based debugger used for printing formatted, color-coded debug messages to the console in Node.js, web browsers, and Deno. It serves as a console output formatter and execution time profiler to help identify bugs and track program flow. The system manages debug visibility through named namespaces, allowing specific groups of messages to be enabled or disabled via environment variables. It distinguishes different modules in the output stream by assigning specific colors to these namespaces. The utility includes capabilities for measuri

    JavaScriptbrowserdebugdebugging
    View on GitHub↗11,444
  • delgan/loguruDelgan avatar

    Delgan/loguru

    23,964View on GitHub↗

    Loguru is a Python logging library and thread-safe framework designed for recording system events and diagnostic messages. It functions as a structured logging tool that can serialize messages into JSON strings with metadata for automated parsing and analysis. The library includes a specialized exception tracker that captures unhandled crashes across main and background threads, rendering detailed stack traces that include local variable values. It further distinguishes itself through a unified routing pipeline that can intercept messages from the standard library logging module and dispatch

    Python
    View on GitHub↗23,964
  • 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
  • duartejc/roggerduartejc avatar

    duartejc/rogger

    10View on GitHub↗

    Elixir logger to publish log messages in RabbitMQ

    Elixir
    View on GitHub↗10
  • echocat/slf4gechocat avatar

    echocat/slf4g

    5View on GitHub↗

    Simple Logging Facade for Golang

    Gogolangloggingsimple
    View on GitHub↗5
  • edoger/zkits-loggeredoger avatar

    edoger/zkits-logger

    28View on GitHub↗

    A powerful zero-dependency json logger.

    Gogologlogger
    View on GitHub↗28
  • elixir-addicts/rollbaxelixir-addicts avatar

    elixir-addicts/rollbax

    240View on GitHub↗

    Exception tracking and logging from Elixir to Rollbar

    Elixir
    View on GitHub↗240
  • ewwwwwqm/logdumpewwwwwqm avatar

    ewwwwwqm/logdump

    11View on GitHub↗

    Package for multi-level logging

    Go
    View on GitHub↗11
  • aerogo/logaerogo avatar

    aerogo/log

    10View on GitHub↗

    :memo: Logging with multiple output targets.

    Gogologlogging
    View on GitHub↗10