You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2008/01/13 19:23:43 UTC

[jira] Created: (SMX4RUN-8) Implements a log command

Implements a log command
------------------------

                 Key: SMX4RUN-8
                 URL: https://issues.apache.org/activemq/browse/SMX4RUN-8
             Project: ServiceMix Runtime
          Issue Type: New Feature
            Reporter: Guillaume Nodet
            Assignee: Guillaume Nodet


This would be very usefull to review the latest log entries, maybe being able to filter them using regexp, display the latest exception

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SMX4KNL-1) Implements a log command

Posted by "Earl Woodman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Earl Woodman updated SMX4KNL-1:
-------------------------------

    Attachment: patch.txt

This patch adds a Log shell with four commands, only one of which has yet been implemented: 'display-log'

Syntax:

display-log number-of-entries [1 2 3 ...]

Type 'display-log' followed by the number of recent log entries you wish to see for each bundle specified. You can specify any number of bundles by id, or leave the ids out to see all the recent log entries for all bundles. 

> Implements a log command
> ------------------------
>
>                 Key: SMX4KNL-1
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-1
>             Project: ServiceMix Kernel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Earl Woodman
>         Attachments: patch.txt
>
>
> This would be very usefull to review the latest log entries, maybe being able to filter them using regexp, display the latest exception

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SMX4KNL-1) Implements a log command

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SMX4KNL-1:
----------------------------------

    Affects Version/s: 1.0-m3

> Implements a log command
> ------------------------
>
>                 Key: SMX4KNL-1
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-1
>             Project: ServiceMix Kernel
>          Issue Type: New Feature
>    Affects Versions: 1.0-m3
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>         Attachments: patch.txt
>
>
> This would be very usefull to review the latest log entries, maybe being able to filter them using regexp, display the latest exception

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Moved: (SMX4KNL-1) Implements a log command

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet moved SMX4RUN-8 to SMX4KNL-1:
---------------------------------------------

        Key: SMX4KNL-1  (was: SMX4RUN-8)
    Project: ServiceMix Kernel  (was: ServiceMix Runtime)

> Implements a log command
> ------------------------
>
>                 Key: SMX4KNL-1
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-1
>             Project: ServiceMix Kernel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>
> This would be very usefull to review the latest log entries, maybe being able to filter them using regexp, display the latest exception

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SMX4KNL-1) Implements a log command

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SMX4KNL-1.
-----------------------------------

    Fix Version/s: 1.0-m3
       Resolution: Fixed

Sending        trunk/assembly/pom.xml
Sending        trunk/assembly/src/main/descriptors/unix-bin.xml
Sending        trunk/assembly/src/main/descriptors/windows-bin.xml
Sending        trunk/assembly/src/main/distribution/text/etc/org.ops4j.pax.logging.cfg
Sending        trunk/assembly/src/main/filtered-resources/etc/startup.properties
Sending        trunk/gshell/gshell-core/src/main/filtered-resources/org/apache/geronimo/gshell/spring/etc/startup.properties
Adding         trunk/gshell/gshell-log
Adding         trunk/gshell/gshell-log/pom.xml
Adding         trunk/gshell/gshell-log/src
Adding         trunk/gshell/gshell-log/src/main
Adding         trunk/gshell/gshell-log/src/main/java
Adding         trunk/gshell/gshell-log/src/main/java/org
Adding         trunk/gshell/gshell-log/src/main/java/org/apache
Adding         trunk/gshell/gshell-log/src/main/java/org/apache/servicemix
Adding         trunk/gshell/gshell-log/src/main/java/org/apache/servicemix/gshell
Adding         trunk/gshell/gshell-log/src/main/java/org/apache/servicemix/gshell/log
Adding         trunk/gshell/gshell-log/src/main/java/org/apache/servicemix/gshell/log/DisplayLog.java
Adding         trunk/gshell/gshell-log/src/main/java/org/apache/servicemix/gshell/log/GetLogLevel.java
Adding         trunk/gshell/gshell-log/src/main/java/org/apache/servicemix/gshell/log/LruList.java
Adding         trunk/gshell/gshell-log/src/main/java/org/apache/servicemix/gshell/log/SetLogLevel.java
Adding         trunk/gshell/gshell-log/src/main/java/org/apache/servicemix/gshell/log/VmLogAppender.java
Adding         trunk/gshell/gshell-log/src/main/java/org/apache/servicemix/gshell/log/layout
Adding         trunk/gshell/gshell-log/src/main/java/org/apache/servicemix/gshell/log/layout/AbsoluteTimeDateFormat.java
Adding         trunk/gshell/gshell-log/src/main/java/org/apache/servicemix/gshell/log/layout/DateTimeDateFormat.java
Adding         trunk/gshell/gshell-log/src/main/java/org/apache/servicemix/gshell/log/layout/FormattingInfo.java
Adding         trunk/gshell/gshell-log/src/main/java/org/apache/servicemix/gshell/log/layout/ISO8601DateFormat.java
Adding         trunk/gshell/gshell-log/src/main/java/org/apache/servicemix/gshell/log/layout/PatternConverter.java
Adding         trunk/gshell/gshell-log/src/main/java/org/apache/servicemix/gshell/log/layout/PatternParser.java
Adding         trunk/gshell/gshell-log/src/main/resources
Adding         trunk/gshell/gshell-log/src/main/resources/META-INF
Adding         trunk/gshell/gshell-log/src/main/resources/META-INF/spring
Adding         trunk/gshell/gshell-log/src/main/resources/META-INF/spring/gshell-log.xml
Sending        trunk/gshell/pom.xml
Sending        trunk/pom.xml
Transmitting file data .....................
Committed revision 652336.

> Implements a log command
> ------------------------
>
>                 Key: SMX4KNL-1
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-1
>             Project: ServiceMix Kernel
>          Issue Type: New Feature
>    Affects Versions: 1.0-m3
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 1.0-m3
>
>         Attachments: patch.txt
>
>
> This would be very usefull to review the latest log entries, maybe being able to filter them using regexp, display the latest exception

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SMX4KNL-1) Implements a log command

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet reassigned SMX4KNL-1:
-------------------------------------

    Assignee: Guillaume Nodet  (was: Earl Woodman)

> Implements a log command
> ------------------------
>
>                 Key: SMX4KNL-1
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-1
>             Project: ServiceMix Kernel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>         Attachments: patch.txt
>
>
> This would be very usefull to review the latest log entries, maybe being able to filter them using regexp, display the latest exception

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SMX4KNL-1) Implements a log command

Posted by "Earl Woodman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Earl Woodman reassigned SMX4KNL-1:
----------------------------------

    Assignee: Earl Woodman

> Implements a log command
> ------------------------
>
>                 Key: SMX4KNL-1
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-1
>             Project: ServiceMix Kernel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Earl Woodman
>
> This would be very usefull to review the latest log entries, maybe being able to filter them using regexp, display the latest exception

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SMX4KNL-1) Implements a log command

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SMX4KNL-1:
----------------------------------

    Assignee:     (was: Guillaume Nodet)

> Implements a log command
> ------------------------
>
>                 Key: SMX4KNL-1
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-1
>             Project: ServiceMix Kernel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>
> This would be very usefull to review the latest log entries, maybe being able to filter them using regexp, display the latest exception

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMX4KNL-1) Implements a log command

Posted by "Earl Woodman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4KNL-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42064#action_42064 ] 

Earl Woodman commented on SMX4KNL-1:
------------------------------------

Next tasks:

1. Make gshell-log its own maven project
2. Improve formatting of display-log output
3. Implement commands 'change-level', 'display-level' and 'show-exceptions'

> Implements a log command
> ------------------------
>
>                 Key: SMX4KNL-1
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-1
>             Project: ServiceMix Kernel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Earl Woodman
>         Attachments: patch.txt
>
>
> This would be very usefull to review the latest log entries, maybe being able to filter them using regexp, display the latest exception

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.