diff --git a/config/qa.env b/config/qa.env index 29c54603..8806f79b 100644 --- a/config/qa.env +++ b/config/qa.env @@ -12,7 +12,7 @@ ENCRYPTED_NYPL_OAUTH_SECRET=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAA NYPL_CORE_VERSION=v2.21 -LOG_LEVEL=info +LOG_LEVEL=debug FEATURES=on-site-edd SEARCH_ITEMS_SIZE=3 diff --git a/test/elastic-query-builder.test.js b/test/elastic-query-builder.test.js index e75a2968..6fe9cea2 100644 --- a/test/elastic-query-builder.test.js +++ b/test/elastic-query-builder.test.js @@ -183,7 +183,6 @@ describe('ElasticQueryBuilder', () => { const request = new ApiRequest({ title: 'toast' }) const inst = ElasticQueryBuilder.forApiRequest(request) - // console.log('ES: ', JSON.stringify(inst.query.toJson(), null, 2)) const query = inst.query.toJson() // Assert there's a multi-match: @@ -244,7 +243,6 @@ describe('ElasticQueryBuilder', () => { }) const inst = ElasticQueryBuilder.forApiRequest(request) - console.log('ES: ', JSON.stringify(inst.query.toJson(), null, 2)) const query = inst.query.toJson() // Assert there's a multi-match: