fluent / fluent-bit-kubernetes-logging

Fluent Bit Kubernetes Daemonset
Apache License 2.0
468 stars 248 forks source link

Question - how to apply python multiline exceptions #96

Open vitalik opened 2 years ago

vitalik commented 2 years ago

Hi

I'm using this config form your examples:

output/elasticsearch/fluent-bit-configmap.yaml

but when my python program runs in kubernetes and throws an exception (multiple lines) - the logs are inserted as individual lines (and not one traceback at once)

Any advice how to address this ?