Hey! I struggled with otel's data output to the console too. What worked for me was using the `OTEL_TRACES_EXPORTER` and `OTEL_METRICS_EXPORTER` to separate traces and metrics. It reduces the clutter in the console.
For better readability, I’d suggest using a tool like `logfmt` to format the logs. It’s way cleaner than raw JSON.
For better readability, I’d suggest using a tool like `logfmt` to format the logs. It’s way cleaner than raw JSON.
