Skip to content

Commit

Permalink
test: changing the log level
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed Nov 12, 2024
1 parent 276fbe6 commit 9b385e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/scripts/populate_db_gtfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def trigger_downstream_tasks(self):
Trigger downstream tasks after populating the database
"""
self.logger.info("Triggering downstream tasks")
self.logger.debug(
self.logger.info(
f"New feeds added to the database: "
f"{','.join([feed.stable_id for feed in self.added_gtfs_feeds] if self.added_gtfs_feeds else [])}"
)
Expand Down

0 comments on commit 9b385e2

Please sign in to comment.