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