1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-11-28 08:38:51 +02:00

stdouttrace: Fix WithPrettyPrint comment (#4544)

This commit is contained in:
Robert Pająk 2023-09-25 20:27:28 +02:00 committed by GitHub
parent 3c1621bdbb
commit 2a8fddaf58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ func (o writerOption) apply(cfg config) config {
return cfg
}
// WithPrettyPrint sets the export stream format to use JSON.
// WithPrettyPrint prettifies the emitted output.
func WithPrettyPrint() Option {
return prettyPrintOption(true)
}