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é (Created JIRA)" <ji...@apache.org> on 2012/03/16 13:05:39 UTC

[jira] [Created] (KARAF-1271) Feature service should log in DEBUG instead of INFO

Feature service should log in DEBUG instead of INFO
---------------------------------------------------

                 Key: KARAF-1271
                 URL: https://issues.apache.org/jira/browse/KARAF-1271
             Project: Karaf
          Issue Type: Improvement
          Components: karaf-feature
    Affects Versions: 2.2.5
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: 2.2.6, 3.0.0


Currently, the FeatureService logs the feature installation and bundles in feature installation in INFO:

- for features:
        LOGGER.info("Installing feature " + feature.getName() + " " + feature.getVersion());
        if (verbose) {
            System.out.println("Installing feature " + feature.getName() + " " + feature.getVersion());
        }

- for bundles in feature:
            LOGGER.info("Installing bundle " + bundleLocation);
            if (verbose) {
                System.out.println("Installing bundle " + bundleLocation);
            }

If we have a lot of bootFeatures or a feature gathering a lot of bundles, it means that we will have a bunch of log (which is not really insteresting).

I will move this kind of log in the FeatuerService to DEBUG instead of INFO.

--
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

       

[jira] [Resolved] (KARAF-1271) Feature service should log in DEBUG instead of INFO

Posted by "Jean-Baptiste Onofré (Resolved JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-1271.
-----------------------------------------

    Resolution: Fixed
    
> Feature service should log in DEBUG instead of INFO
> ---------------------------------------------------
>
>                 Key: KARAF-1271
>                 URL: https://issues.apache.org/jira/browse/KARAF-1271
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-feature
>    Affects Versions: 2.2.5
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.6, 3.0.0
>
>
> Currently, the FeatureService logs the feature installation and bundles in feature installation in INFO:
> - for features:
>         LOGGER.info("Installing feature " + feature.getName() + " " + feature.getVersion());
>         if (verbose) {
>             System.out.println("Installing feature " + feature.getName() + " " + feature.getVersion());
>         }
> - for bundles in feature:
>             LOGGER.info("Installing bundle " + bundleLocation);
>             if (verbose) {
>                 System.out.println("Installing bundle " + bundleLocation);
>             }
> If we have a lot of bootFeatures or a feature gathering a lot of bundles, it means that we will have a bunch of log (which is not really insteresting).
> I will move this kind of log in the FeatuerService to DEBUG instead of INFO.

--
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

       

[jira] [Closed] (KARAF-1271) Feature service should log in DEBUG instead of INFO

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

Jamie goodyear closed KARAF-1271.
---------------------------------

    
> Feature service should log in DEBUG instead of INFO
> ---------------------------------------------------
>
>                 Key: KARAF-1271
>                 URL: https://issues.apache.org/jira/browse/KARAF-1271
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-feature
>    Affects Versions: 2.2.5
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.6, 3.0.0
>
>
> Currently, the FeatureService logs the feature installation and bundles in feature installation in INFO:
> - for features:
>         LOGGER.info("Installing feature " + feature.getName() + " " + feature.getVersion());
>         if (verbose) {
>             System.out.println("Installing feature " + feature.getName() + " " + feature.getVersion());
>         }
> - for bundles in feature:
>             LOGGER.info("Installing bundle " + bundleLocation);
>             if (verbose) {
>                 System.out.println("Installing bundle " + bundleLocation);
>             }
> If we have a lot of bootFeatures or a feature gathering a lot of bundles, it means that we will have a bunch of log (which is not really insteresting).
> I will move this kind of log in the FeatuerService to DEBUG instead of INFO.

--
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

       

[jira] [Commented] (KARAF-1271) Feature service should log in DEBUG instead of INFO

Posted by "Jean-Baptiste Onofré (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13231114#comment-13231114 ] 

Jean-Baptiste Onofré commented on KARAF-1271:
---------------------------------------------

http://team.ops4j.org/browse/PAXURL-177
                
> Feature service should log in DEBUG instead of INFO
> ---------------------------------------------------
>
>                 Key: KARAF-1271
>                 URL: https://issues.apache.org/jira/browse/KARAF-1271
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-feature
>    Affects Versions: 2.2.5
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.6, 3.0.0
>
>
> Currently, the FeatureService logs the feature installation and bundles in feature installation in INFO:
> - for features:
>         LOGGER.info("Installing feature " + feature.getName() + " " + feature.getVersion());
>         if (verbose) {
>             System.out.println("Installing feature " + feature.getName() + " " + feature.getVersion());
>         }
> - for bundles in feature:
>             LOGGER.info("Installing bundle " + bundleLocation);
>             if (verbose) {
>                 System.out.println("Installing bundle " + bundleLocation);
>             }
> If we have a lot of bootFeatures or a feature gathering a lot of bundles, it means that we will have a bunch of log (which is not really insteresting).
> I will move this kind of log in the FeatuerService to DEBUG instead of INFO.

--
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