-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement proper logging for the traffic data matching #1625
Comments
As of ORS v7, the progress bar for map matching of traffic data is redirected from the console output to the logger instance at
has been replaced by a static sequence of log entries.
One possible solution could involve reverting the progress bar to the interactive mode known from ORS v6, but including a summary on the matching success rate in the logger too. These statistics should probably be logged at |
OK, nice. So in fact, it's still there, just not in production log files. Yeah. Having it there would be great. What are your thoughts on providing that information additionally in the status endpoint when the graph was built with traffic? |
Is there an existing issue for this?
Problem description
We need traffic data matching statistics.
Proposed solution
Either integrate a log output for the progress or some sensible statistics after logging.
Additional context
No response
Forum Topic Link
No response
The text was updated successfully, but these errors were encountered: