AsturaPhoenix / trip_planner_aquamarine

BASK Trip Planner cross-platform
MIT License
2 stars 1 forks source link

[server] Simulation run fetch robustness improvements #70

Closed AsturaPhoenix closed 1 year ago

AsturaPhoenix commented 1 year ago

commit db26bc5ce58138e249720a2e6bf1d2fcbc9a5c50 Author: Ross Wang imagipioneer@gmail.com Date: Sun Jul 2 00:41:31 2023 -0700

[server] Simulation run fetch robustness improvements

Allow fetches to continue even if some requests fail, and log failure information.

commit 62f143bbbb68c239d2e4604ab3b5313c07ea938c Author: Ross Wang imagipioneer@gmail.com Date: Sat Jul 1 23:30:15 2023 -0700

[server] Use logging framework

Log messages are becoming more important for server diagnostics, so it's time to use proper logging.