docs icon indicating copy to clipboard operation
docs copied to clipboard

Logs support

Open ccrisan opened this issue 5 years ago • 0 comments

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

ccrisan avatar May 02 '20 22:05 ccrisan