Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Error Reporting #6

Open
jthrilly opened this issue Oct 7, 2012 · 0 comments
Open

Error Reporting #6

jthrilly opened this issue Oct 7, 2012 · 0 comments

Comments

@jthrilly
Copy link
Member

jthrilly commented Oct 7, 2012

We need custom functions that log errors in a useful way. Currently the app fails very ungracefully, which is frustrating. We either lose all information and the app stops, or we silently discard information and the app fails to inform the user.

  • We must perform error checking on our custom CURL function
  • We should save the state of each session for debugging purposes. For example: how long did each step take to complete? Which steps failed? What were the API error codes? How long did the output take to render, and what were the parameters?
  • This data should either be stored in a database or appended to flat log file
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant