Skip to content

Plugin outputs all logs to screen #7

@mfowlewebs

Description

@mfowlewebs

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions