open-telemetry/opentelemetry-java

Request "pretty print" feature for logging exporter

Offen

#5.972 geöffnet am 09.11.2023

 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (1.005 Forks)auto 404
Feature Requesthelp wanted

Repository-Metriken

Stars
 (2.433 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like I was following the getting started page https://opentelemetry.io/docs. I noticed the java logging exporter printing everything in single line, which is a bit hard to read. I think this would be handy feature to have.

Describe alternatives you've considered One workaround I can think of is to send the data to a collector to see some indented console logs.

Additional context screenshots are taken from https://opentelemetry.io/docs Java logs:

Contributor Guide