Skip to content

Python3 RecordFormatter is broken (and undocumented) #23

Closed
@quasipedia

Description

@quasipedia

In order for the plugin to output data that can be correctly parsed by fluentd when it will forward it to some storage like for example elasticsearch, it is necessary to use the RecordFormatter class on the logging handler.

However, there are two issues:

  1. The need for this step is undocumented
  2. The code in the plugin is python2-compatible only, as it uses the basestring

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions