Supports mutiple osgi appenders in the configuration by using a ldap filter
---------------------------------------------------------------------------

                 Key: PAXLOGGING-93
                 URL: http://issues.ops4j.org/browse/PAXLOGGING-93
             Project: Pax Logging
          Issue Type: New Feature
          Components: Service
            Reporter: Guillaume Nodet
             Fix For: 1.6.0


In 1.5.x, each pax appender has to be configured in the log4j config:

{code}
log4j.rootLogger = INFO, out, osgi:VmLogAppender
{code}

It should be possible to have

{code}
log4j.rootLogger = INFO, out, osgi:*
{code}

so that any appender registered will be called without having to change the 
configuration.


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