Hey! I’ve been working with otel's data output to the console for a while, and I found that using `OTEL_LOG_LEVEL=debug` is great for debugging but way too noisy for everyday use. Try setting it to `info` or higher.
Also, if you’re using a terminal, `tmux` or `screen` can help you manage multiple sessions, so you can keep the logs in one pane and work in another.
Also, if you’re using a terminal, `tmux` or `screen` can help you manage multiple sessions, so you can keep the logs in one pane and work in another.
