From ba2a1b7b8f14676cbe44b558aefea817a7b02b55 Mon Sep 17 00:00:00 2001 From: Nathaniel Kofalt Date: Tue, 1 Aug 2017 15:24:10 -0500 Subject: [PATCH 1/2] Suppress query debug log --- api/handlers/dataexplorerhandler.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/handlers/dataexplorerhandler.py b/api/handlers/dataexplorerhandler.py index 2cd8be03e..9df8a303d 100644 --- a/api/handlers/dataexplorerhandler.py +++ b/api/handlers/dataexplorerhandler.py @@ -438,8 +438,6 @@ def get_facets(self): # if the query comes back with a return_type agg, remove it facets_q['query'].pop('aggs', None) - config.log.debug(facets_q) - aggs = config.es.search( index='data_explorer', doc_type='flywheel', @@ -582,7 +580,6 @@ def _construct_file_query(self, search_string, filters, size=100): ## RUNNING QUERIES AND PROCESSING RESULTS ## def _run_query(self, es_query, result_type): - config.log.debug(es_query) results = config.es.search( index='data_explorer', doc_type='flywheel', From 9e4fc955e1d74e8946f0518f411f247fd5dd9456 Mon Sep 17 00:00:00 2001 From: Nathaniel Kofalt Date: Tue, 1 Aug 2017 15:24:16 -0500 Subject: [PATCH 2/2] Use release tag for gears library --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f1bb628c2..8685fa0b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ strict-rfc3339==0.7 uwsgi==2.0.13.1 webapp2==2.5.2 WebOb==1.5.1 -git+https://github.com/flywheel-io/gears.git@65aae6ae6f8634bf45d744332641b3838fc06668#egg=gears +git+https://github.com/flywheel-io/gears.git@v0.1.1#egg=gears