Closed
Description
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:
- The need for this step is undocumented
- The code in the plugin is python2-compatible only, as it uses the
basestring
Metadata
Metadata
Assignees
Labels
No labels