SolarOS 4.6.8 manual · job
log
Runtime SolarOS log follower. It mirrors log entries to a byte-stream port or appends them to a file.
Usage:
job start log <port> [error|warn|info|debug]
job start log file <path> [error|warn|info|debug]
job stop log
job status log
Examples:
job start log cdc0
job start log uart0 debug
job start log file /.shell/log info
Notes:
- Port targets use CRLF line endings.
- File targets use LF line endings and are flushed periodically.
- If no level is specified, the current runtime log level is used.
- The log job starts from the latest entry, so it follows new logs rather than
dumping the whole ring.