carterkozak commented on pull request #735:
URL: https://github.com/apache/logging-log4j2/pull/735#issuecomment-1026245393


   I could see something like this working:
   `logger.org.apache.foo.level = INFO, console`
   
   If the property name begins with a known value `logger.` and ends with 
`.level`, so there's no ambiguity about which components are part of the name. 
This avoids the `logger.X.name = org.apache.foo`. The `level = <level>, 
<appender...>` component may be a bit odd, I think it only creates ambiguity if 
level names can include commas, I haven't checked if that's allowed, but should 
be unlikely.


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