Skip to content

Commit

Permalink
[RND-597] On ElasticSearch logs, prints the actual query, instead of …
Browse files Browse the repository at this point in the history
…[Object]. (#274)
  • Loading branch information
DavidJGapCR authored Jul 27, 2023
1 parent 13af0f3 commit e3f1d2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export async function queryDocuments(request: QueryRequest, client: Client): Pro
},
};

Logger.debug(`${moduleName}.queryDocuments queryDocuments executing query: ${query}`, traceId);
Logger.debug(`${moduleName}.queryDocuments queryDocuments executing query: ${JSON.stringify(query)}`, traceId);

const body = await performDslQuery(
client,
Expand Down

0 comments on commit e3f1d2b

Please sign in to comment.