aglinxinyuan commented on code in PR #6797:
URL: https://github.com/apache/texera/pull/6797#discussion_r3648738705
##########
.github/workflows/build.yml:
##########
@@ -291,6 +291,14 @@ jobs:
AMBER_TEST_FILTER: skip-integration
# unit job uses its provisioned postgres catalog; default (rest)
needs a Lakekeeper not run here
STORAGE_ICEBERG_CATALOG_TYPE: postgres
+ # Backstop for CI log volume: the chatty per-worker/per-message
engine
+ # logs are DEBUG in source; pin the JVM root and the spawned Python
UDF
+ # workers so nothing at INFO leaks into the CI console. Mind the
spelling:
+ # logback's level is WARN, but loguru (the Python worker) only knows
+ # WARNING and raises ValueError on "WARN" — which crashes the worker
at
+ # startup before it hands its port back, hanging the whole job.
+ TEXERA_SERVICE_LOG_LEVEL: WARN
+ UDF_PYTHON_LOG_STREAMHANDLER_LEVEL: WARNING
Review Comment:
Each print in Ci will increase the CI run time. We should always trace the
error message. I never found those debug information useful in CI.
--
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]