kasjer opened a new pull request #2518:
URL: https://github.com/apache/mynewt-core/pull/2518


   - Added function to get last log index
   - Dumping log from shell with partial log name match
   ```shell
   log my*
   ```
   - Limit number of logs shown using index
   ```shell
   log 1000 mylog
   ```
   - List streaming logs
   ```shell
   log -l
   218506 console (stream)
   218506 mylog
   ```
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to