We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab773f7 commit 037e211Copy full SHA for 037e211
src/acquisition/covidcast/database.py
@@ -147,7 +147,7 @@ def do_analyze(self):
147
signal_dim, geo_dim,
148
{self.load_table}, {self.history_table}, {self.latest_table}''')
149
output = [self._cursor.column_names] + self._cursor.fetchall()
150
- get_structured_logger('do_analyze').info("ANALYZE results: "+str(output))
+ get_structured_logger('do_analyze').info("ANALYZE results", results=str(output))
151
152
def insert_or_update_bulk(self, cc_rows):
153
return self.insert_or_update_batch(cc_rows)
0 commit comments