Skip to content

Commit 037e211

Browse files
authored
en-structure logging statement
1 parent ab773f7 commit 037e211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/acquisition/covidcast/database.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def do_analyze(self):
147147
signal_dim, geo_dim,
148148
{self.load_table}, {self.history_table}, {self.latest_table}''')
149149
output = [self._cursor.column_names] + self._cursor.fetchall()
150-
get_structured_logger('do_analyze').info("ANALYZE results: "+str(output))
150+
get_structured_logger('do_analyze').info("ANALYZE results", results=str(output))
151151

152152
def insert_or_update_bulk(self, cc_rows):
153153
return self.insert_or_update_batch(cc_rows)

0 commit comments

Comments
 (0)