damondouglas commented on code in PR #32919:
URL: https://github.com/apache/beam/pull/32919#discussion_r1815706127
##########
runners/prism/java/src/main/java/org/apache/beam/runners/prism/PrismPipelineOptions.java:
##########
@@ -59,4 +59,10 @@ public interface PrismPipelineOptions extends
PortablePipelineOptions {
String getIdleShutdownTimeout();
void setIdleShutdownTimeout(String idleShutdownTimeout);
+
+ @Description("Sets the log level for Prism. Can be set to 'debug', 'info',
'warn', or 'error'.")
+ @Default.String("warn")
+ String getPrismLogLevel();
+
+ void setPrismLogLevel(String idleShutdownTimeout);
Review Comment:
Not: change `idleShutdownTimeout` to `value` or `prismLogLevel`.
--
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]