diff --git a/pkg/common/trace_log/ctx.go b/pkg/common/trace_log/ctx.go index eccf3fb19..db264491e 100644 --- a/pkg/common/trace_log/ctx.go +++ b/pkg/common/trace_log/ctx.go @@ -131,7 +131,7 @@ func (a Args) String() string { s += "{" hasElement = true } - s += fmt.Sprintf("%s:%v", k, v) + s += fmt.Sprintf("%s: %v", k, v) } if hasElement { s += "}"