From e19c516f0e072510a4854dc41cb5d46dc4d82551 Mon Sep 17 00:00:00 2001
From: Bernhard Mallinger <bernhard.mallinger@eox.at>
Date: Tue, 8 Sep 2020 10:12:06 +0200
Subject: [PATCH] Don't dump fluentd logs to stdout

---
 fluentd/conf/fluent.conf | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/fluentd/conf/fluent.conf b/fluentd/conf/fluent.conf
index fec6e5f7..d869a0e3 100644
--- a/fluentd/conf/fluent.conf
+++ b/fluentd/conf/fluent.conf
@@ -45,7 +45,4 @@
     flush_interval 1s
   </store>
 
-  <store>
-    @type stdout
-  </store>
 </match>
-- 
GitLab