You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Filippo Diotalevi (JIRA)" <ji...@apache.org> on 2009/04/17 23:24:14 UTC

[jira] Created: (FELIX-1042) [PATCH] Add log service to web console

[PATCH] Add log service to web console
--------------------------------------

                 Key: FELIX-1042
                 URL: https://issues.apache.org/jira/browse/FELIX-1042
             Project: Felix
          Issue Type: Improvement
          Components: Web Console
            Reporter: Filippo Diotalevi
            Priority: Minor


Webconsole currently doesn't display log entries created through OSGi Log Service.

The attached patch add a page to the web console to show such logs. Logs are orderable and filterable according to the severity.

The page/servlet is created following the example of the Event Admin page.

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


[jira] Closed: (FELIX-1042) [PATCH] Add log service to web console

Posted by "Filippo Diotalevi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filippo Diotalevi closed FELIX-1042.
------------------------------------


> [PATCH] Add log service to web console
> --------------------------------------
>
>                 Key: FELIX-1042
>                 URL: https://issues.apache.org/jira/browse/FELIX-1042
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-1.2.8
>            Reporter: Filippo Diotalevi
>            Assignee: Felix Meschberger
>            Priority: Minor
>             Fix For: webconsole-1.2.10
>
>         Attachments: FELIX-1042.patch, FELIX-1042b.patch
>
>
> Webconsole currently doesn't display log entries created through OSGi Log Service.
> The attached patch add a page to the web console to show such logs. Logs are orderable and filterable according to the severity.
> The page/servlet is created following the example of the Event Admin page.

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


[jira] Updated: (FELIX-1042) [PATCH] Add log service to web console

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger updated FELIX-1042:
-------------------------------------

    Affects Version/s: webconsole-1.2.8

> [PATCH] Add log service to web console
> --------------------------------------
>
>                 Key: FELIX-1042
>                 URL: https://issues.apache.org/jira/browse/FELIX-1042
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-1.2.8
>            Reporter: Filippo Diotalevi
>            Priority: Minor
>         Attachments: FELIX-1042.patch, FELIX-1042b.patch
>
>
> Webconsole currently doesn't display log entries created through OSGi Log Service.
> The attached patch add a page to the web console to show such logs. Logs are orderable and filterable according to the severity.
> The page/servlet is created following the example of the Event Admin page.

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


[jira] Assigned: (FELIX-1042) [PATCH] Add log service to web console

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger reassigned FELIX-1042:
----------------------------------------

    Assignee: Felix Meschberger

> [PATCH] Add log service to web console
> --------------------------------------
>
>                 Key: FELIX-1042
>                 URL: https://issues.apache.org/jira/browse/FELIX-1042
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-1.2.8
>            Reporter: Filippo Diotalevi
>            Assignee: Felix Meschberger
>            Priority: Minor
>         Attachments: FELIX-1042.patch, FELIX-1042b.patch
>
>
> Webconsole currently doesn't display log entries created through OSGi Log Service.
> The attached patch add a page to the web console to show such logs. Logs are orderable and filterable according to the severity.
> The page/servlet is created following the example of the Event Admin page.

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


[jira] Resolved: (FELIX-1042) [PATCH] Add log service to web console

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved FELIX-1042.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: webconsole-1.2.10

Thanks for providing the patch. I have applied (the second one)  in Rev. 766306.

I only moved the LogServlet class to the compendium package since it handles the LogService which is a compendium service.

Please close this issue, if this is ok for you. Thanks

> [PATCH] Add log service to web console
> --------------------------------------
>
>                 Key: FELIX-1042
>                 URL: https://issues.apache.org/jira/browse/FELIX-1042
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-1.2.8
>            Reporter: Filippo Diotalevi
>            Assignee: Felix Meschberger
>            Priority: Minor
>             Fix For: webconsole-1.2.10
>
>         Attachments: FELIX-1042.patch, FELIX-1042b.patch
>
>
> Webconsole currently doesn't display log entries created through OSGi Log Service.
> The attached patch add a page to the web console to show such logs. Logs are orderable and filterable according to the severity.
> The page/servlet is created following the example of the Event Admin page.

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


[jira] Updated: (FELIX-1042) [PATCH] Add log service to web console

Posted by "Filippo Diotalevi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filippo Diotalevi updated FELIX-1042:
-------------------------------------

    Attachment: FELIX-1042b.patch

New patch attached (FELIX-1042b.patch) with better exception reporting

> [PATCH] Add log service to web console
> --------------------------------------
>
>                 Key: FELIX-1042
>                 URL: https://issues.apache.org/jira/browse/FELIX-1042
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>            Reporter: Filippo Diotalevi
>            Priority: Minor
>         Attachments: FELIX-1042.patch, FELIX-1042b.patch
>
>
> Webconsole currently doesn't display log entries created through OSGi Log Service.
> The attached patch add a page to the web console to show such logs. Logs are orderable and filterable according to the severity.
> The page/servlet is created following the example of the Event Admin page.

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


[jira] Updated: (FELIX-1042) [PATCH] Add log service to web console

Posted by "Filippo Diotalevi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filippo Diotalevi updated FELIX-1042:
-------------------------------------

    Attachment: FELIX-1042.patch

> [PATCH] Add log service to web console
> --------------------------------------
>
>                 Key: FELIX-1042
>                 URL: https://issues.apache.org/jira/browse/FELIX-1042
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>            Reporter: Filippo Diotalevi
>            Priority: Minor
>         Attachments: FELIX-1042.patch
>
>
> Webconsole currently doesn't display log entries created through OSGi Log Service.
> The attached patch add a page to the web console to show such logs. Logs are orderable and filterable according to the severity.
> The page/servlet is created following the example of the Event Admin page.

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