You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/04/13 20:21:40 UTC

[GitHub] [geode] jinmeiliao commented on pull request #7584: GEODE-10231 : Add configuration for suppressing FunctionException logging

jinmeiliao commented on PR #7584:
URL: https://github.com/apache/geode/pull/7584#issuecomment-1098450180

   If the exception is thrown back to the caller,  we do not need to log it in info/warning level (because down the calling stack, someone else should log it), but if we are turning it into some other form (only sending down the message to the caller), then we should log it in its entirety. I hate to have support turn on "debug" logging in order to see what's going on.


-- 
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@geode.apache.org

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