From e49d8411fd3645c055dd8e86de947fd667e3650a Mon Sep 17 00:00:00 2001 From: Mithun Kamath Date: Wed, 2 Sep 2020 11:02:33 +0530 Subject: [PATCH] Reduce debug log --- src/common/es-helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/es-helper.js b/src/common/es-helper.js index 595c4f9..cffa69a 100644 --- a/src/common/es-helper.js +++ b/src/common/es-helper.js @@ -1127,7 +1127,7 @@ async function searchElasticSearch (resource, ...args) { checkIfExists, getAuthUser } = require('./helper') - logger.debug(`Searching ES first: ${JSON.stringify(args, null, 2)}`) + logger.debug(`Searching ES first with query args: ${JSON.stringify(args[0], null, 2)}`) // path and query parameters const params = args[0] const authUser = args[1]