From 8d55a0ba0f7c00efaa77a1cf85bd4e34e9937622 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 3 Apr 2021 10:07:11 +0100 Subject: Add a DTail Gopher --- README.md | 2 +- doc/dtail-gopher.png | Bin 0 -> 227162 bytes doc/title.png | Bin 0 -> 84933 bytes 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 doc/dtail-gopher.png create mode 100644 doc/title.png diff --git a/README.md b/README.md index d65d124..d8ced1a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ DTail ===== -![DTail](doc/logo.png "DTail") +![DTail](doc/title.png "DTail") DTail (a distributed tail program) is a DevOps tool for engineers programmed in Google Go for following (tailing), catting and grepping (including gzip and zstd decompression support) log files on many machines concurrently. An advanced feature of DTail is to execute distributed mapreduce aggregations across many machines. diff --git a/doc/dtail-gopher.png b/doc/dtail-gopher.png new file mode 100644 index 0000000..5d9727e Binary files /dev/null and b/doc/dtail-gopher.png differ diff --git a/doc/title.png b/doc/title.png new file mode 100644 index 0000000..4e343c4 Binary files /dev/null and b/doc/title.png differ -- cgit v1.2.3