XL-Zhao-23 opened a new pull request, #518: URL: https://github.com/apache/flink-agents/pull/518
**[infra] Add configurable log level for CI test runs** Linked issue: #96 ### Purpose of change Improve observability of CI test runs by making log levels configurable through environment variables. This allows enabling INFO level logging in CI workflows for debugging purposes while keeping local test runs quiet by default. ### Tests - Modified [`log4j2-test.properties`](runtime/src/test/resources/log4j2-test.properties:21) in runtime and e2e-test modules to support `LOG_LEVEL` environment variable - Updated [`.github/workflows/ci.yml`](.github/workflows/ci.yml:79) to set `LOG_LEVEL=INFO` for Java tests, Java IT, and e2e tests - Default behavior remains unchanged (OFF) when environment variable is not set ### API No public API changes. ### Documentation - [x] `doc-not-needed` <!-- Your PR changes do not impact docs --> -- 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]
