diff --git a/docker/fluentd/fluent.conf b/docker/fluentd/fluent.conf
index 3355690..b223255 100644
--- a/docker/fluentd/fluent.conf
+++ b/docker/fluentd/fluent.conf
@@ -26,27 +26,21 @@
- @type copy
-
- @type stdout
-
-
- @type http
- endpoint_url "https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc"
- http_method post
-
- flush_interval 10s
-
-
- @type json
-
-
- headers {"Content-Type":"application/json"}
-
-
+ @type http
+ endpoint_url "https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc"
+ http_method post
+ serializer json
+
+ flush_interval 10s
+
+
+ @type json
+
+ headers {"Content-Type":"application/json"}
+
@type stdout