Abacn commented on code in PR #23635:
URL: https://github.com/apache/beam/pull/23635#discussion_r999761017
##########
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:
If we decide to create new options for log overrides I think it would be
under another Issue.
--
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]