Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loom State Recording and Reporting #13

Closed
Cogswatch opened this issue Oct 9, 2019 · 3 comments
Closed

Loom State Recording and Reporting #13

Cogswatch opened this issue Oct 9, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@Cogswatch
Copy link
Contributor

Add SD Logging of Error handling or edge case events, consider implementing watchdog longjump for failure recovery.

@prototypicalpro
Copy link
Member

Loom doesn't currently keep a ledger of previous events (sensor creation, errors, etc.) and as a result it can be difficult to troubleshoot what is going wrong. Loom should be able to store a history of events on another medium other than the micro controller, such that a developer can access these logs after a failure.

Events should include:

  • Sensor creation/destruction
  • Timeouts
  • Errors
  • Metadata/information
  • Hardware status (free memory)
  • An accurate timestamp, or at least a useful relative one.

@prototypicalpro prototypicalpro added the enhancement New feature or request label Oct 9, 2019
@prototypicalpro prototypicalpro changed the title Loom Error Handeling Loom State Recording and Reporting Oct 9, 2019
@Cogswatch
Copy link
Contributor Author

This can be solved with FeatherFault, consider implementing it into core Loom to resolve this issue.

@udellc
Copy link
Member

udellc commented Jan 20, 2022

FeatherFault is integrated in Loom3, addresses many of these features

@udellc udellc closed this as completed Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants