Kermit
Kermit copied to clipboard
Rolling log file writer in new io module
A simple implementation to write request logs to files.
Implemented as a rolling system to avoid any one log file becoming too large, and setting an upper bound on device storage. The roll parameters are configurable.
This is useful for debugging user devices in production because apps can contain a feature to send these saved logs to a server for analysis.
Resolves #405 .