You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DataflowWorkerLoggingOptions.java
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
/**
31
31
* Options that are used to control logging configuration on the Dataflow worker.
32
32
*
33
-
* <p>Some options in this interface are no longer the source of truth for worker logging configuration
33
+
* <p>Some options in this interface are no longer the source of truth for worker logging configuration.
34
34
* Consider using the corresponding options within {@link org.apache.beam.sdk.options.SdkHarnessOptions} to ensure
35
35
* compatibility with other runners.
36
36
*/
@@ -57,11 +57,12 @@ enum Level {
57
57
TRACE
58
58
}
59
59
60
-
/** This option controls the default log level of all loggers without a log level override.
60
+
/**
61
+
* This option controls the default log level of all loggers without a log level override.
61
62
*
62
-
* @deprecated Prefer defaultSdkHarnessLogLevel within org.apache.beam.sdk.options.SdkHarnessOptions
0 commit comments