fabric8io / fluent-plugin-kubernetes_metadata_filter

Enrich your fluentd events with Kubernetes metadata
Apache License 2.0
350 stars 166 forks source link

Reduce log level for missing pod error #357

Closed smlx closed 1 year ago

smlx commented 1 year ago

It is not uncommon for a pod to be gone by the time logs are processed, so reduce the log level appropriately. This avoids emitting spurious error messages for harmless events.

The log level for this kind of API error was debug in v2, but was increased to error in this PR which made it into v3. So this change just reverts the logging behaviour back to what it was in v2.

jcantrill commented 1 year ago

https://rubygems.org/gems/fluent-plugin-kubernetes_metadata_filter/versions/3.1.3