You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2009/04/28 20:02:30 UTC

[jira] Created: (FELIX-1089) Allow SMX4 kernel to create logfile for the bundles/features

Allow SMX4 kernel to create logfile for the bundles/features
------------------------------------------------------------

                 Key: FELIX-1089
                 URL: https://issues.apache.org/jira/browse/FELIX-1089
             Project: Felix
          Issue Type: New Feature
          Components: Karaf
            Reporter: Guillaume Nodet


I would like to suggest to add a new feature in SMX4 in order to have logfile for bundle (or a feature).

The feature xml file could be modified to provide a new attribute logFile="true" or "false" -->

<feature name="myProject" version="1.0" logFile="Yes">
...
</feature>

When SMX4 will scan the feature xml file, it will create a log file with the name of the feature + version --> myProject-1.0_log.txt and all the exported classes defined in the MANIFEST-FILE of the project bundle will be added to the file : org.ops4j.pax.logging.cfg in order to allow to set the level to INFO, DEBUG, ... for these packages

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