2021-09-21
Error handling keeps getting better as now it address
On left, you can see the output for Docker logs command listening on /dev/stderr:
On right, that's the error display for end users.
This is another implementation for the multi-channel error handling, which enables us to finally provide a saner way to debug XHR actions in Chevereto V4.
Error handling keeps getting better as now it address
/json
calls. Take a look on how the system logs a fatal error when trying to send email without setup:On left, you can see the output for Docker logs command listening on /dev/stderr:
Code:
docker logs chevereto-v4-dev_bootstrap -f 1>/dev/null
On right, that's the error display for end users.
This is another implementation for the multi-channel error handling, which enables us to finally provide a saner way to debug XHR actions in Chevereto V4.