[ https://issues.apache.org/jira/browse/GEODE-10022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17492777#comment-17492777 ]
ASF subversion and git services commented on GEODE-10022: --------------------------------------------------------- Commit fbe4e662fd679f718ab57e207b063a0902ed44c8 in geode's branch refs/heads/WIP-GEODE-9892 from Jinmei Liao [ https://gitbox.apache.org/repos/asf?p=geode.git;h=fbe4e66 ] GEODE-10022: fix the logging to log the entire stack trace. (#7349) > CacheClientProxy will omit exception stack trace when handling an exception > --------------------------------------------------------------------------- > > Key: GEODE-10022 > URL: https://issues.apache.org/jira/browse/GEODE-10022 > Project: Geode > Issue Type: Bug > Components: client/server > Affects Versions: 1.14.3 > Reporter: Jinmei Liao > Priority: Major > Labels: needsTriage, pull-request-available > Fix For: 1.15.0, 1.16.0 > > > line 807 in CacheClientProxy: > {quote} > } catch (Exception ex) { > if (_cache.getSecurityLogger().warningEnabled()) { > _cache.getSecurityLogger().warning(String.format("%s : %s", this, ex)); > } > } > {quote} > this will cause the exception to not to be fully logged to see the cause of > it. -- This message was sent by Atlassian Jira (v8.20.1#820001)