docs
docs copied to clipboard
Logs support
Devices should have optional support for managing logs. Purposes of these logs include:
- auditing
- remote debugging
Desired operations:
- paginated listing within a given period of time
- clear logs
- configure log level and/or log criteria
To be determined:
- API interface
- log record format (including levels, messages, timestamp, source)
- limits & rotation