A lightweight, single-binary tool for viewing and filtering terminal logs in a real-time web interface.
Logdy is a lightweight, single-binary log viewer that provides a real-time web interface for terminal logs. It acts like a web-based version of `tail -f`, allowing developers to monitor, filter, and analyze logs from files, stdin, or sockets directly in their browser. It solves the problem of cumbersome terminal-based log monitoring by offering a more visual and interactive experience while keeping all data local.
Developers, DevOps engineers, and system administrators who need to monitor and debug application logs in real-time, especially those working in terminal-heavy environments or with Go applications.
Developers choose Logdy for its simplicity (zero-dependency single binary), security (fully local operation), and powerful web UI that enhances log analysis without complex setup. Its unique selling point is combining the familiarity of CLI tools like `grep` and `jq` with a modern, embeddable web interface.
Realtime log viewer with web UI, tail -f for logs with a web interface browser.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Runs as a single binary added to PATH with no dependencies, eliminating complex setup or deployment, as emphasized in the key features.
Provides a browser-based interface for real-time log tailing and filtering, enhancing terminal-based monitoring with visual tools.
Supports logs from files, stdin, sockets, and REST API, covering diverse ingestion sources without extra configuration.
Includes an integrated code editor with TypeScript support for creating custom parsers and columns, adaptable to any log format.
Can be embedded directly into Go applications for structured logging, offering a seamless option for Go developers, as shown in the example code.
Version 0.x indicates active development with potential breaking changes, which the README notes by highlighting new features and early adopter feedback.
Data never leaves the local machine, restricting use for team collaboration or remote monitoring without manual network exposure.
Offers only simple password authentication via --ui-pass flag, lacking advanced options like OAuth or role-based access control.
Focuses on viewing and filtering without native alerting capabilities, requiring external tools for real-time notifications based on log patterns.