You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running python -m openf1.services.ingestor_livetiming.historical.main ingest-season 2023 I noticed a lack of verbose logging output which turned out to be ingest_season and ingest_meeting functions being called with verbose=false instead of passing the value the parent function was called with.
I am unsure if this was on purpose but the change shown in the screenshot resulted in the expected verbose output whilst ingesting.
I am happy to submit a PR for this if it wasn't expected behaviour.
The text was updated successfully, but these errors were encountered:
When running
python -m openf1.services.ingestor_livetiming.historical.main ingest-season 2023
I noticed a lack of verbose logging output which turned out to be ingest_season and ingest_meeting functions being called with verbose=false instead of passing the value the parent function was called with.I am unsure if this was on purpose but the change shown in the screenshot resulted in the expected verbose output whilst ingesting.
I am happy to submit a PR for this if it wasn't expected behaviour.
The text was updated successfully, but these errors were encountered: