From c1e19efbe4ccd27bd1f14d2f2338bde0de034d4c Mon Sep 17 00:00:00 2001 From: Malcolm Akinje Date: Tue, 3 Oct 2023 15:53:05 -0400 Subject: [PATCH] added vt_span_context logs --- go/vt/vtgate/plugin_mysql_server.go | 1 + 1 file changed, 1 insertion(+) 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 }