From 94600f55a534000b2757ab0d9475b6f216816e29 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 16 Apr 2024 21:27:38 -0400 Subject: [PATCH] debugging --- docker/fluentd/fluent.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docker/fluentd/fluent.conf b/docker/fluentd/fluent.conf index cc1ffdd..1e20e4a 100644 --- a/docker/fluentd/fluent.conf +++ b/docker/fluentd/fluent.conf @@ -11,8 +11,8 @@ expression /^(?.*)\b(SIGTERM|SEVERE ERROR|FATAL|CRITICAL)\b/i -# Route 1: Errors to Glitchtip - # Matches docker logs containing the severity terms + + @type exec command "/go-glitch" @@ -24,9 +24,8 @@ run_interval 10s -# Route 2: Unfiltered to stdout - # Catch-all match for logs not matched by the error filter - @type copy # Duplicate to prevent original event modification + + @type copy @type stdout