You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2021/12/21 19:52:42 UTC

[GitHub] [logging-log4j2] carterkozak opened a new pull request #647: LOG4J2-3270 Provide separation between MapMessage and properties lookups

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


   `MapLookup` includes special handling for `MapMessages` in addition
   to the configuration properties map. This change aims to prevent
   unwanted interactions between these two concerns.


-- 
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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [logging-log4j2] carterkozak merged pull request #647: LOG4J2-3270 Provide separation between MapMessage and properties lookups

Posted by GitBox <gi...@apache.org>.
carterkozak merged pull request #647:
URL: https://github.com/apache/logging-log4j2/pull/647


   


-- 
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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #647: LOG4J2-3270 Provide separation between MapMessage and properties lookups

Posted by GitBox <gi...@apache.org>.
carterkozak commented on a change in pull request #647:
URL: https://github.com/apache/logging-log4j2/pull/647#discussion_r773420538



##########
File path: src/site/xdoc/manual/lookups.xml
##########
@@ -493,7 +493,6 @@ public static void main(String args[]) {
             <ol>
               <li>Provide the base for Properties declared in the configuration file.</li>
               <li>Retrieve values from MapMessages in LogEvents.</li>
-              <li>Retrieve values set with <a href="../log4j-core/apidocs/org/apache/logging/log4j/core/lookup/MapLookup.html#setMainArguments%28java.lang.String[]%29">MapLookup.setMainArguments(String[])</a></li>

Review comment:
       This interaction was removed some time ago, but remained in the documentation.




-- 
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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org