maggienj / ActiveData

Provide high speed filtering and aggregation over data
Mozilla Public License 2.0
0 stars 0 forks source link

fix - remove 4 log.note lines in aggs.py-line#123. #49

Closed maggienj closed 7 years ago

maggienj commented 7 years ago

fix - remove log.note in aggs.py , log.note lines shown below. def es_aggsop(es, frum, query): Log.note("aggs.py - params - here are the param values to es_aggsop")

Log.note("es {{data}}", data=es) # ERROR: BUSTS LOGGING

Log.note("frum {{data}}", data=frum)
Log.note("query {{data}}", data=query)
maggienj commented 7 years ago

pull request completed. merged. closing this.