GLab / ToMaTo

German-Lab ToMaTo
http://www.tomato-lab.org
32 stars 21 forks source link

Centralized error collection #1267

Open dswd opened 8 years ago

dswd commented 8 years ago

We should have a central component that collects and handles all error reports. The components should push their errors to this component and only store them until they are forwarded.

What is needed for that:

Important notes / Things to care about:

dswd commented 7 years ago

Ok, this got more important right now. The recent power outage has shown that the current way to deal with error dumps is not viable:

This issue should be the very next thing we take care about.

a-gerhard commented 7 years ago

I have actually implemented a limit for error dumps, it's just not yet deployed on master... https://github.com/GLab/ToMaTo/pull/1429

dswd commented 7 years ago

I took the opportunity and updated the master right after the power outage. So maybe it won't happen again.