GoogleCloudPlatform / fluent-plugin-detect-exceptions

A fluentd plugin that scans line-oriented log streams and combines exceptions stacks into a single log entry.
Apache License 2.0
192 stars 69 forks source link

Require "remove_tag_prefix" to be specified in configs. #78

Closed faximan closed 4 years ago

faximan commented 4 years ago

Without this option specified, the output of the plugin will be fed back to itself, causing infinite recursion and errors that can be hard to understand.

This was initially reported in https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions/issues/9 and this solution was initially suggested by thomasschickinger.

Fixes #9.

faximan commented 4 years ago

Thanks for the review - addressed the comments.

faximan commented 4 years ago

Thanks for the suggestions - they all make sense.