From 6bd6af6d7c954dee488bf9718ebaea2aaaa9ae55 Mon Sep 17 00:00:00 2001 From: Lauri at Zalando Date: Fri, 5 Aug 2016 16:10:15 +0200 Subject: [PATCH] Added Tracer to "Logging" section Tracer (https://github.com/zalando/tracer) is an open-source call tracing and log correlation library for distributed systems. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b966a2a..9336e47 100644 --- a/README.md +++ b/README.md @@ -448,6 +448,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Logstash](https://www.elastic.co/products/logstash) - Tool for managing log files. * [SLF4J](http://www.slf4j.org/) - Abstraction layer which is to be used with an implementation. * [tinylog](http://www.tinylog.org/) - Lightweight logging framework with static logger class. +* [Tracer](https://github.com/zalando/tracer) - Call tracing and log correlation in distributed systems. ## Machine Learning