dimas-b commented on code in PR #4616:
URL: https://github.com/apache/polaris/pull/4616#discussion_r3357223843


##########
runtime/service/src/main/java/org/apache/polaris/service/events/PolarisEventListeners.java:
##########
@@ -79,9 +84,24 @@ public void onStartup(@Observes StartupEvent event) {
 
   private void deliverEvent(
       PolarisEvent event, String listenerName, PolarisEventListener listener) {
-    LOGGER.debug("Delivering {} event to listener '{}' ({})", event.type(), 
listenerName, listener);

Review Comment:
   nit: this log might still be helpful for trouble-shooting (maybe with a 
corrected message)



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