org.ops4j.pax.logging.DefaultServiceLog.level should be read via framework 
properties
-------------------------------------------------------------------------------------

                 Key: PAXLOGGING-51
                 URL: http://issues.ops4j.org/browse/PAXLOGGING-51
             Project: Pax Logging
          Issue Type: Improvement
            Reporter: Alin Dreghiciu
            Assignee: Niclas Hedhman


Currently the defualt logging level can be specified via setting system 
property org.ops4j.pax.logging.DefaultServiceLog.level. This means that is read 
by using System.getProperty. But as we are talking about an OSGi environment in 
my view Pax Logging should use the BundleContext.getProperty for getting the 
property. This will allow setting the property via the framework property and 
system property as osgi frameworks must delegate to system properties in case 
that the property is not set in the framework itself.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.ops4j.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to