You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2022/04/28 21:25:47 UTC

[GitHub] [mynewt-core] wes3 opened a new pull request, #2825: sys/log: Add clearing log to log command

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-unsubscribe@mynewt.apache.org

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


[GitHub] [mynewt-core] sjanc commented on pull request #2825: sys/log: Add clearing log to log command

Posted by GitBox <gi...@apache.org>.
sjanc commented on PR #2825:
URL: https://github.com/apache/mynewt-core/pull/2825#issuecomment-1113126984

   please hold with merge until 1.10 is relased


-- 
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-unsubscribe@mynewt.apache.org

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


[GitHub] [mynewt-core] utzig commented on pull request #2825: sys/log: Add clearing log to log command

Posted by GitBox <gi...@apache.org>.
utzig commented on PR #2825:
URL: https://github.com/apache/mynewt-core/pull/2825#issuecomment-1112798750

   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


-- 
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-unsubscribe@mynewt.apache.org

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


[GitHub] [mynewt-core] wes3 commented on pull request #2825: sys/log: Add clearing log to log command

Posted by GitBox <gi...@apache.org>.
wes3 commented on PR #2825:
URL: https://github.com/apache/mynewt-core/pull/2825#issuecomment-1113510950

   @sjanc No problem.


-- 
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-unsubscribe@mynewt.apache.org

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


[GitHub] [mynewt-core] wes3 merged pull request #2825: sys/log: Add clearing log to log command

Posted by GitBox <gi...@apache.org>.
wes3 merged PR #2825:
URL: https://github.com/apache/mynewt-core/pull/2825


-- 
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-unsubscribe@mynewt.apache.org

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