At this stage, error handling is largely silent such that if there's an upload or download error it just serves from the local assets as much as possible.
I'd like to see this taken up a notch:
- Turn on logging via Monolog with fallback to Debug::log
- Should be able to crash on error in some contexts (like possibly a build task)
- Configurable via yml
At this stage, error handling is largely silent such that if there's an upload or download error it just serves from the local assets as much as possible.
I'd like to see this taken up a notch: