diff --git a/go/vt/vtgate/plugin_mysql_server.go b/go/vt/vtgate/plugin_mysql_server.go index bb52e5f3216..42866bb109a 100644 --- a/go/vt/vtgate/plugin_mysql_server.go +++ b/go/vt/vtgate/plugin_mysql_server.go @@ -158,6 +158,7 @@ func startSpanTestable(ctx context.Context, query, label string, match := r.FindStringSubmatch(comments.Leading) span, ctx := getSpan(ctx, match, newSpan, label, newSpanFromString) if len(match) == 0 { + log.Info("No match found for span context") return trace.NoopSpan{}, ctx, nil }