American-Soccer-Analysis / asa-shiny-app

American Soccer Analysis interactive application, built with Shiny.
https://app.americansocceranalysis.com
21 stars 4 forks source link

Add logging to most app functions #148

Open bgrnwd opened 10 months ago

bgrnwd commented 10 months ago

https://cran.r-project.org/web/packages/logging/logging.pdf

Remove the while loops from the API calls. (Continue to stop the whole app if errors arise during start-up, but there’s no need to cycle through four sets of them.)