Log failed query

This commit is contained in:
fayzal-g 2023-01-16 17:25:24 +00:00
parent d2ac103ba9
commit 026fcb2f86

View file

@ -709,6 +709,7 @@ func (ng *Engine) execEvalStmt(ctx context.Context, query *query, s *parser.Eval
evalSpanTimer.Finish()
if err != nil {
fmt.Println("Failing Query: ", query.q)
return nil, warnings, err
}