You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2015/05/26 10:23:17 UTC

[jira] [Updated] (KARAF-359) Add log:stash command

     [ https://issues.apache.org/jira/browse/KARAF-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-359:
---------------------------------------
    Fix Version/s:     (was: 4.0.0.M3)

> 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
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)