Closed faximan closed 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.
Thanks for the review - addressed the comments.
Thanks for the suggestions - they all make sense.
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.