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


##########
runtime/service/src/main/java/org/apache/polaris/service/config/ServiceProducers.java:
##########
@@ -305,14 +305,12 @@ public void maybeBootstrap(
                   "Realm '{}' automatically bootstrapped, credentials taken 
from root credentials set provided via the {} configuration property, not 
printed to stdout.");
             } else {
               log.log(
-                  "Realm '{}' automatically bootstrapped, credentials were not 
present in root credentials set provided via the {} configuration property, see 
separate message printed to stdout.");
-              String msg =
-                  String.format(
-                      "realm: %1$s root principal credentials: %2$s:%3$s",
-                      realm,
-                      principalSecrets.getPrincipalClientId(),
-                      principalSecrets.getMainSecret());
-              System.out.println(msg);

Review Comment:
   This use of STDOUT was deliberate, AFAIK.



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