New Satellite FlightRecorder
This draft MR contains work towards a satellite which can register to log topics form the constellation and stores them to disk.
The feature set will include at some point
- Subscription to a global level
- Subscription to individual satellites & topics
- Different possibilities of storing the logs: file, rotating files, syslog, maybe others
I am still struggling to get the info I need (sender) into the spdlog messages. In the end maybe using spdlog for the storage is not necessary but I at least wanted to try it out - it saves a lot of headache on that part.
@david.leppla-weber this will be a solution to your "how do I store the logs" question.