bobbai00 opened a new pull request, #4575:
URL: https://github.com/apache/texera/pull/4575

   ### What changes were proposed in this PR?
   
   - Rename the agent-service log-level env var from `LOG_LEVEL` to 
`TEXERA_SERVICE_LOG_LEVEL`, matching every other Texera service. Values 
restricted to `ERROR`/`WARN`/`INFO`/`DEBUG` and lowercased for `pino`.
   - Default `LOG_PRETTY` to `false` (`pino-pretty` is a dev-only dep); enable 
via `.env.example` for local dev.
   - Move `/health` under `${API_PREFIX}` as `/api/healthcheck` so it's 
reachable through the same `/api` gateway prefix as other routes.
   
   ### Any related issues, documentation, discussions?
   
   Closes #4574
   
   ### How was this PR tested?
   
   `bun test` in `agent-service/` — existing health-endpoint test updated to 
the new path passes.
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (Opus 4.7)


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