mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-16 18:22:17 -05:00
Fix the logging message in the nightly task
This commit is contained in:
@@ -26,4 +26,5 @@ def create_nightly_billing(day_start=None):
|
||||
for data in transit_data:
|
||||
update_fact_billing(data, process_day)
|
||||
|
||||
current_app.logger.info("create-nightly-billing task complete. {} rows updated".format(len(transit_data)))
|
||||
current_app.logger.info(
|
||||
"create-nightly-billing task complete. {} rows updated for day: {}".format(len(transit_data, process_day)))
|
||||
|
||||
Reference in New Issue
Block a user