Skip to content

Commit

Permalink
Downgrade the QueryPath log to debug level (openclarity#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpad-csepi authored Aug 16, 2023
1 parent 3d2bffa commit e7527a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apiserver/database/odatasql/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7527a8

Please sign in to comment.