UniversityRadioYork / 2016-site

The new URY website (Released in 2018)...
https://ury.org.uk
MIT License
7 stars 8 forks source link

Improve IndexModel error handling #355

Closed markspolakovs closed 4 months ago

markspolakovs commented 4 months ago

We weren't wrapping the errors at all, so the only logging we got about errors was

/home/deploy/workspace/2016-site/controllers/index.go:42: strconv.ParseInt: parsing "false": invalid syntax

This should at least make it clearer when it goes wrong again.