-
When using the console exporter OpenTelemetry.Exporter.Console how do you format the console output? I did not see any options in AddConsoleExporter. I was hoping to customize the message template, similar to how you can do that with Serilog's colorful console exporter. |
Beta Was this translation helpful? Give feedback.
Answered by
Kielek
Feb 3, 2025
Replies: 1 comment 1 reply
-
There is no possibility to format console output. It is always written in the same, hardcoded way. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xantari
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no possibility to format console output. It is always written in the same, hardcoded way.