wes3 opened a new pull request, #2825:
URL: https://github.com/apache/mynewt-core/pull/2825

   This commit adds the ability to clear a log, a group of logs or
   all logs using the 'log' shell command. The option -c was added
   for this purpose. The syntax is similar to the log dump syntax.
   
   Examples:
   1) Clear all logs
   log -c
   
   2) Clear a specific log
   log -c <logname>
   
   3) Clear a group of logs
   log -c <partialname*>
   
   NOTE: you cannot use the -c option with an index


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to