From e7527a8b21583000a660ffe3747a6940247041a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rp=C3=A1d=20Csepi?= <21104922+arpad-csepi@users.noreply.github.com> Date: Wed, 16 Aug 2023 12:25:04 +0200 Subject: [PATCH] Downgrade the QueryPath log to debug level (#550) --- pkg/apiserver/database/odatasql/query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apiserver/database/odatasql/query.go b/pkg/apiserver/database/odatasql/query.go index 8d66f2b01..15bdc1217 100644 --- a/pkg/apiserver/database/odatasql/query.go +++ b/pkg/apiserver/database/odatasql/query.go @@ -710,7 +710,7 @@ func buildWhereFromLambda(sqlVariant jsonsql.Variant, schemaMetas map[string]Sch } func sourceFromQueryPath(sqlVariant jsonsql.Variant, schemaMetas map[string]SchemaMeta, field FieldMeta, identifier string, source string, queryPath string) (string, error) { - log.Infof("QueryPath: %s", queryPath) + log.Debugf("QueryPath: %s", queryPath) // ODATA path that would be present if we were to $select the // field being filtered