tvalentyn commented on code in PR #23635:
URL: https://github.com/apache/beam/pull/23635#discussion_r998690891
##########
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/Environments.java:
##########
@@ -448,6 +451,39 @@ public static String
getExternalServiceAddress(PortablePipelineOptions options)
return environmentOption;
}
+ /**
+ * Configure log manager's default log level and log level overrides from
the sdk harness options,
+ * and return the list of configured loggers.
+ */
+ public static List<java.util.logging.Logger> getConfiguredLoggerFromOptions(
Review Comment:
have you considered it as a home for this helper?
--
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]