diff --git a/docs/adr/adr-009-telemetry.md b/docs/adr/adr-009-telemetry.md index 7004a23c4a..8fcfec2dd7 100644 --- a/docs/adr/adr-009-telemetry.md +++ b/docs/adr/adr-009-telemetry.md @@ -434,7 +434,7 @@ amount of data stored. See As you will see in the examples below, tracing looks similar to logging and have almost the same semantics. In fact, tracing is debug logging on steroids, and we can potentially consider dropping conventional _debug_ logging once we -fully cover our codebases with the tracing. Same as logging, traces can be pipe out into the stdout as prettyprinted +fully cover our codebases with the tracing. Same as logging, traces can be piped out into the stdout as prettyprinted event log. ### Uptrace