albertogpz commented on code in PR #7584:
URL: https://github.com/apache/geode/pull/7584#discussion_r857420565


##########
geode-docs/managing/logging/configuring_log4j2.html.md.erb:
##########
@@ -64,6 +64,11 @@ Custom Log4j 2 configuration in <%=vars.product_name%> comes 
with some caveats a
 
     You can enable the GEODE\_VERBOSE log statements by changing 
`onMatch="DENY"` to `onMatch="ACCEPT"`. Typically, it's more useful to simply 
enable DEBUG or TRACE on certain classes or packages instead of for the entire 
<%=vars.product_name%> product. However, this setting can be used for internal 
debugging purposes if all other debugging methods fail.
 -   The usage of filters can have an impact on performance. 
<%=vars.product_name%> has some logging optimizations that are deactivated when 
filters are used (except for the GEODE_VERBOSE marker mentioned previously).
+-   The FUNCTION\_EXCEPTION\_MARKER marker (Log4J2 Marker) can be used to 
FunctionException logs on server side during execution function. For example  
<%=vars.product_name%> `log4j2.xml` filter disables FunctionException logs with 
this line:

Review Comment:
   Change "during execution funtion" to "during function execution".



##########
geode-docs/managing/logging/configuring_log4j2.html.md.erb:
##########
@@ -64,6 +64,11 @@ Custom Log4j 2 configuration in <%=vars.product_name%> comes 
with some caveats a
 
     You can enable the GEODE\_VERBOSE log statements by changing 
`onMatch="DENY"` to `onMatch="ACCEPT"`. Typically, it's more useful to simply 
enable DEBUG or TRACE on certain classes or packages instead of for the entire 
<%=vars.product_name%> product. However, this setting can be used for internal 
debugging purposes if all other debugging methods fail.
 -   The usage of filters can have an impact on performance. 
<%=vars.product_name%> has some logging optimizations that are deactivated when 
filters are used (except for the GEODE_VERBOSE marker mentioned previously).
+-   The FUNCTION\_EXCEPTION\_MARKER marker (Log4J2 Marker) can be used to 
FunctionException logs on server side during execution function. For example  
<%=vars.product_name%> `log4j2.xml` filter disables FunctionException logs with 
this line:

Review Comment:
   Should say "...can be used to **disable** FunctionException..."



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