[ https://issues.apache.org/jira/browse/KARAF-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jamie goodyear updated KARAF-359:
---------------------------------
Fix Version/s: (was: 3.0.0)
3.0.1
> Add log:stash command
> ---------------------
>
> Key: KARAF-359
> URL: https://issues.apache.org/jira/browse/KARAF-359
> Project: Karaf
> Issue Type: New Feature
> Components: karaf-shell
> Reporter: Andreas Pieber
> Priority: Trivial
> Fix For: 3.0.1, 3.1.0
>
>
> When I trace down a problem I make extensive use of log:display. Basically it works really
great, but sometimes I would wish to see only the log between my latest action and the next
log:display
> Something like
> {code}
> log:stash
> // DO ACTION HERE
> log:display (shows all the log happend between the last log:stash and the time I do log:display)
> log:stash clear (remove the marker set by log:stash)
> {code}
> IMHO we could use the syntax of git stash here mostly. Named stashes could be an extension
to this feature but I don't think it's required.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|