observatoire-mobilite / odmkraken

The **kraken** is the orchestration layer responsible for gathering and postprocessing ODM's mobility data
MIT License
0 stars 0 forks source link

Increased search radius log not working and too verbose #56

Closed gilgeorges closed 1 year ago

gilgeorges commented 1 year ago

Since the latest pull request, odmkraken automatically increases the search radius on nearby_roads and informs the user (using dagster's logger). First, string interpolation in the message does not work (probably forgot the f in f'...'). But it also produces quite a few messages, littering the logs.

Expected improvement

Fix the oversight and consider moving the message to debug, or maybe just outputting it on very high values as a warning.