ppkarwasz opened a new pull request #735:
URL: https://github.com/apache/logging-log4j2/pull/735


   As an extension of #733, this PR allows to specify the name of any component 
in its key. Dots in components names are escaped using dashes `-`. Since this 
is not the only way to specify a components name, there is **no** shorthand for 
names with dashes.
   
   After this change, only one property is needed to specify a logger, e.g.:
   
   `logger.org-apache-logging-log4j=DEBUG, Console`
   
   Some changes were necessary in two helper functions in `PropertiesUtil`:
   
    - `extractSubset` didn't extract the property **equal** to the given 
prefix, although the Javadoc says it should,
    - `partitionOnCommonPrefixes` ignored properties that didn't contain a dot 
(or threw an exception before #729 ). Now it detects also dotless properties.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to