Hello Again, I recently built some tooling around defmt log storage and retrieval. So basically a defmt global_logger which writes the logs into a queue, and then an embassy task which drains the queue and writes them to flash. and then the tooling to read (and decode) the logs from the host side, as well as the tooling to decode everything in the cloud. ( https://lang-engineering.ch/blog/2025-02-04-receive-logs-from-baremetal-iot-devices ) How big is the interest in having some open source tooling for log storage/retrieval ? Or is this something you would rather implement on a per-project basis? (CC James Munns poststation)