f5 / otel-arrow-adapter

Adapter used to convert OTEL batches to/from OTEL Arrow batches in both directions.
Apache License 2.0
39 stars 6 forks source link

Less logging in two places #189

Closed jmacd closed 1 year ago

jmacd commented 1 year ago

This avoids two logger.Error statements, downgrades them to info statements. This produces a lot less logging volume for us because it does not log stacktraces for non-error events.