You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2011/01/07 13:31:46 UTC

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

    [ https://issues.apache.org/jira/browse/KARAF-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978760#action_12978760 ] 

Guillaume Nodet commented on KARAF-359:
---------------------------------------

I usually do the following:

> log:clear ; another action ; log display

It's usually sufficient for my needs.

> Add log:stash command
> ---------------------
>
>                 Key: KARAF-359
>                 URL: https://issues.apache.org/jira/browse/KARAF-359
>             Project: Karaf
>          Issue Type: New Feature
>          Components: console
>            Reporter: Andreas Pieber
>             Fix For: 2.2.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.
-
You can reply to this email to add a comment to the issue online.