jdeppe-pivotal commented on a change in pull request #6390:
URL: https://github.com/apache/geode/pull/6390#discussion_r623936457
##########
File path:
extensions/geode-modules/src/main/java/org/apache/geode/modules/util/BootstrappingFunction.java
##########
@@ -97,6 +100,9 @@ protected Cache verifyCacheExists() {
}
if (cache == null) {
+ if (logger.isDebugEnabled()) {
+ logger.debug("Creating a new cache in BootstrappingFunction");
Review comment:
I'd suggest to setting it to `info` so that it's always visible.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]