Abacn commented on code in PR #23635:
URL: https://github.com/apache/beam/pull/23635#discussion_r999652302


##########
sdks/python/test-suites/portable/common.gradle:
##########
@@ -304,6 +304,13 @@ 
project.tasks.register("postCommitPy${pythonVersionSuffix}IT") {
         "--environment_type=LOOPBACK",
         "--temp_location=gs://temp-storage-for-end-to-end-tests/temp-it",
         
"--flink_job_server_jar=${project(":runners:flink:${latestFlinkVersion}:job-server").shadowJar.archivePath}",
+        '--sdk_harness_log_level_overrides=' +
+            // suppress info level flink.runtime log flood
+            '{\\"org.apache.flink.runtime\\":\\"WARN\\",' +

Review Comment:
   Yes, we have two flags about log level overrides, another one is in 
DataflowWorkerLoggingOptions but this option class is deprecated.



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