Skip to content

Logdy blog

Logging Best Practices Series: Contextual logging

Ever tried to debug an issue where a request passes through five different services, ten different methods, and you have no idea which logs belong to which request?
More

Logging Best Practices Series: Logging formats

From Chaos to Structure
More

Logging Best Practices Series: Logging levels

The Good, The Bad, and The "Why Is This in Production?"
More

Logging Best Practices Series: What to log?

Ready to transform your logs from a wall of gibberish into your most valuable debugging ally?
More

⭐ Logdy new version announcement: v0.14

Powerful search and filtering capabilities in Logdy!
More

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
More

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
More

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
More

Part 1: Log file compression with Gzip and Zstandard + benchmark

A first part of the series where we explore ways to compress log files
More

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
More

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
More

RabbitMQ logs viewer, setup a Web UI for logging

The article explains how you can setup Logdy to browse RabbitMQ logs
More

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
More

supervisorctl logs viewer and Web UI


More

⭐ Logdy new version announcement: v0.13

Logdy has REST API now
More

⭐ Logdy new version announcement: v0.12

Logdy as a Golang library
More

Logs browser for Golang apps

The article describes how to embed Logdy into a Golang app and enrich it with a fully featured logs browser
More

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
More

The Art of writing technical documentation: A guide for Software Engineers

Having clear, well-structured but also detailed documentation helps a lot.
More

From 0 to 500 stars: Logdy GitHub journey in 3 months

Discover how to successfully promote GitHub project
More

Working with big log files

This post presents a few tips on how to handle effectively big log files and feed them to Logdy
More

⭐ Logdy new version announcement: v0.11

New utility command mode, some fixes to the UI and the backend as well
More

VS Code view terminal logs

How to use Logdy as a logs browser within VS Code editor
More

⭐ Logdy new version announcement: v0.10

New release: Traces and Correlation IDs
More

⭐ Logdy new version announcement: v0.9

New release: More UI enhancements, reading full file(s) with follow mode
More

⭐ Logdy new version announcement: v0.8

New release: UI enhancements, storing messages to a file, error reporting from within the UI
More

Real-time Google Cloud functions & AWS Lambda logs viewer

With Logdy it's easy to tail GCP and AWS function logs
More

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...
More

⭐ Logdy new version announcement: v0.7

New release: Loading messages from a buffer, UI improvements, setting UI IP address
More

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
More

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.
More

Why Log Viewers are Essential for Monitoring and Troubleshooting

Log viewers play a crucial role in monitoring and troubleshooting software applications and systems...
More

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.
More

⭐ Logdy new version announcement: v0.6

New release: Improved log messages buffer, pausing new messages, resuming
More

Ring buffer in Golang

This blog post describes an implementation of a ring buffer that was used to implement message buffer in Logdy
More

Docker logs web browser UI

How to use Logdy to monitor multiple docker images through UI
More

⭐ Logdy new version announcement: v0.5

A lot of useful features in latest release, UI and performance improvements
More

Remote host logs browser UI

Take a look how easy it is to setup a logs web UI for any kinds of logs on a remote host
More

Kubernetes logs web UI with Logdy

In this blog post you'll how to setup Logdy with kubernetes logs
More

⭐ Logdy new version announcement: v0.4

New version includes a couple of useful improvements including a new mode
More

Combining PM2 logs from mutliple processes into a single stream

Check how you can leverage Logdy to combine multiple PM2 logs
More

Journalctl logs web viewer with Logdy

You can use Logdy as a web UI for Linux journal, check the use cases
More

⭐ Logdy new version announcement: v0.3

New version includes a couple of useful improvements including a new mode
More

PM2 log viewer and web UI

How to use Logdy to view PM2 logs in a web UI, live tail included
More

Nodejs & nodemon logs parser & viewer UI

How to use Logdy to make Nodejs and any other process run with nodemon | Nodemon logs browser
More

Mongodb log parser and viewer UI

How to use Logdy to make Mongodb webserver logs more readable
More

Nginx webserver log parser and viewer UI

How to use Logdy to make Nginx webserver logs more readable
More

Apache HTTP webserver log parser and viewer UI

How to use Logdy to make Apache webserver logs more readable
More

Web based logs viewer UI for local development environment

How to use Logdy can be used to supercharge and improve you local dev setup.
More