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:
parent
3c1621bdbb
commit
2a8fddaf58
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user