You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the notification scripts make API requests to Twilio with curl -s, effectively turning off every output (including error messages).
For troubleshooting purposes, it would however it preferrable to at least log error messages. Based on curl(1), this could be achieved with additionally passing -S/--show-error.
The text was updated successfully, but these errors were encountered:
Right now the notification scripts make API requests to Twilio with
curl -s
, effectively turning off every output (including error messages).For troubleshooting purposes, it would however it preferrable to at least log error messages. Based on
curl(1)
, this could be achieved with additionally passing-S
/--show-error
.The text was updated successfully, but these errors were encountered: