From 6c182aff9a6b0f0171f95ec95a6da2c138fd4853 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 14 May 2021 09:59:48 +0100 Subject: use different logo --- .../html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html') diff --git a/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html b/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html index d9ad256f..39da289a 100644 --- a/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html +++ b/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html @@ -51,7 +51,7 @@ h2, h3 {

DTail - The distributed log tail program

Written by Paul Buetow 2021-04-22, last updated 2021-04-26

-DTail logo image:DTail logo image
+DTail logo image:DTail logo image

This article first appeared at the Mimecast Engineering Blog but I made it available here in my personal Gemini capsule too.

Original Mimecast Engineering Blog post at Medium

Running a large cloud-based service requires monitoring the state of huge numbers of machines, a task for which many standard UNIX tools were not really designed. In this post, I will describe a simple program, DTail, that Mimecast has built and released as Open-Source, which enables us to monitor log files of many servers at once without the costly overhead of a full-blown log management system.

-- cgit v1.2.3