commit 430f7989bf442b971103a7e3f9442b54fc083acb parent 8d3d5529c1be108615037d69d14cf87c783574c4 Author: Steve Gattuso <steve@stevegattuso.me> Date: Wed, 8 Nov 2023 23:07:27 +0100 update log format Diffstat:
| M | bin/hourly-volume-rollup | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/hourly-volume-rollup b/bin/hourly-volume-rollup @@ -75,7 +75,7 @@ def derive_rollup(a: historical.HistoricalTripArchive): df[key] = 0 store.write_hourly_volume_rollup(df.reset_index()) - utils.logger.info(f"Wrote {len(df)} members to table") + utils.logger.info(f"Wrote {len(df)} members to table for {a.month_str}") def main__populate(month_str): archives = historical.HistoricalTripArchive.list_cached()