aglinxinyuan commented on code in PR #6797:
URL: https://github.com/apache/texera/pull/6797#discussion_r3649143230


##########
.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:
   We agreed to wire this into the Enable debug logging setting in the CI run.
   
   <img width="467" height="399" alt="image" 
src="https://github.com/user-attachments/assets/9da41d23-24fb-4126-ab9b-776d14e21b29";
 />
   



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