diff --git a/go/vt/vtgate/logstats.go b/go/vt/vtgate/logstats.go index fb179126b6f..2c27b5138cc 100644 --- a/go/vt/vtgate/logstats.go +++ b/go/vt/vtgate/logstats.go @@ -69,7 +69,7 @@ func NewLogStats(ctx context.Context, methodName, sql, sessionUUID string, bindV // Send finalizes a record and sends it func (stats *LogStats) Send() { stats.EndTime = time.Now() - // QueryLogger.Send(stats) + QueryLogger.Send(stats) } // Context returns the context used by LogStats.