-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Your plugin logs what it sends to screen. There's an actual plugin for this, and you should not do this, or turn it into an option.
In our case, it's causing an infinite loop of transmission.
We have use a Fluent Docker container that collects all Docker container logs and forwards them to SumoLogic. Since fluent-plugin-sumologic logs to stdout what it sends, Fluent then sees stdout for the Fluent container and sends that to SumoLogic and stdout. Which fluent then sees and sends to SumoLogic and stdout. This one log message causes an infinite loop of transmission.
Metadata
Metadata
Assignees
Labels
No labels