Kermit icon indicating copy to clipboard operation
Kermit copied to clipboard

Rolling log file writer in new io module

Open rocketraman opened this issue 1 year ago • 0 comments

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 .

rocketraman avatar Oct 16 '24 12:10 rocketraman