Logdy blog
Part 4: Log file compression with column Zstandard in SQLite + benchmark
A fourth part of the series in which a different approach was taken based on a column compression in SQLite
Part 3: Log file compression with Zstandard VFS in SQLite + benchmark
A third part of the series where we explore ways to compress log files, in this part we're focusing on exploring compression modules for SQLite
Part 2: Log file compression with SQLite + benchmark
A second part of the series where we explore ways to compress log files, in this part we're exploring usage of SQLite and how it can help us with log files compression
Part 1: Log file compression with Gzip and Zstandard + benchmark
A first part of the series where we explore ways to compress log files
How to configure Apache2 to produce JSON logs
This blog describes the steps needed to be taken in order for Apache webserver to produce logs in JSON format
How to configure Nginx to produce JSON logs
This blog describes the steps needed to be taken in order for Nginx webserver to produce logs in JSON format
RabbitMQ logs viewer, setup a Web UI for logging
The article explains how you can setup Logdy to browse RabbitMQ logs
Logdy: Stream logs to a web browser
The article covers a way to stream logs to a web browser from a remote machine or a local development setup
supervisorctl logs viewer and Web UI
Logdy new version announcement: v0.13
Logdy has REST API now
Logdy new version announcement: v0.12
Logdy as a Golang library
The article describes how to embed Logdy into a Golang app and enrich it with a fully featured logs browser
Live log tail with Logdy - stream logs from anywhere to web browser
The article describes what is log tailing and how it can be used in software engineering
The Art of writing technical documentation: A guide for Software Engineers
Having clear, well-structured but also detailed documentation helps a lot.
From 0 to 500 stars: Logdy GitHub journey in 3 months
Discover how to successfully promote GitHub project
This post presents a few tips on how to handle effectively big log files and feed them to Logdy
Logdy new version announcement: v0.11
New utility command mode, some fixes to the UI and the backend as well
How to use Logdy as a logs browser within VS Code editor
Logdy new version announcement: v0.10
New release: Traces and Correlation IDs
Logdy new version announcement: v0.9
New release: More UI enhancements, reading full file(s) with follow mode
Logdy new version announcement: v0.8
New release: UI enhancements, storing messages to a file, error reporting from within the UI
Real-time Google Cloud functions & AWS Lambda logs viewer
With Logdy it's easy to tail GCP and AWS function logs
Microservices local development tools just got a way easier
The observability ecosystem is well-developed these days and there are many options for handling it on large scale...
Logdy new version announcement: v0.7
New release: Loading messages from a buffer, UI improvements, setting UI IP address
Real-time logs browsers and viewers
If you want to see the logs from an application in real-time, here is a list of a few tools that can be used
Introduction to Pipes in UNIX systems
Understanding pipes is crucial for mastering the command line and effectively processing data in various Unix and Linux environments.
Why Log Viewers are Essential for Monitoring and Troubleshooting
Log viewers play a crucial role in monitoring and troubleshooting software applications and systems...
How Not To: Logging (Use logs to make $ by not losing it)
Dive into the world of logging faux pas, discover the hidden dangers that could cost you (or your company), and learn how to transform your logs from potential liabilities into assets that safeguard your success.
Logdy new version announcement: v0.6
New release: Improved log messages buffer, pausing new messages, resuming
This blog post describes an implementation of a ring buffer that was used to implement message buffer in Logdy
How to use Logdy to monitor multiple docker images through UI
Logdy new version announcement: v0.5
A lot of useful features in latest release, UI and performance improvements
Take a look how easy it is to setup a logs web UI for any kinds of logs on a remote host
Kubernetes logs web UI with Logdy
In this blog post you'll how to setup Logdy with kubernetes logs
Logdy new version announcement: v0.4
New version includes a couple of useful improvements including a new mode
Combining PM2 logs from mutliple processes into a single stream
Check how you can leverage Logdy to combine multiple PM2 logs
Journalctl logs web viewer with Logdy
You can use Logdy as a web UI for Linux journal, check the use cases
Logdy new version announcement: v0.3
New version includes a couple of useful improvements including a new mode
How to use Logdy to view PM2 logs in a web UI, live tail included
Nodejs & nodemon logs parser & viewer UI
How to use Logdy to make Nodejs and any other process run with nodemon | Nodemon logs browser
Mongodb log parser and viewer UI
How to use Logdy to make Mongodb webserver logs more readable
Nginx webserver log parser and viewer UI
How to use Logdy to make Nginx webserver logs more readable
Apache HTTP webserver log parser and viewer UI
How to use Logdy to make Apache webserver logs more readable
Web based logs viewer UI for local development environment
How to use Logdy can be used to supercharge and improve you local dev setup.