From 27e32f1e5c4430cdfec578b9d702c831721fa9b2 Mon Sep 17 00:00:00 2001 From: The Codacy Badger Date: Sat, 22 Sep 2018 19:33:14 +0000 Subject: [PATCH] Add Codacy badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2300f76..3e7568f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Datadog logback appender + +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/aeaa427beba846c79c582c2a51765f15)](https://app.codacy.com/app/gjsduarte/logback-datadog-appender?utm_source=github.com&utm_medium=referral&utm_content=gjsduarte/logback-datadog-appender&utm_campaign=Badge_Grade_Dashboard) + This appender sends logs to your [Datadog](https://www.datadoghq.com/) account, in bulks using non-blocking threading. Please note that this appender requires logback version 1.2.3 and up, and java 8 and up. ### Technical Information