[serve] logging_config specified in serve.run
is not propagated cluster-wide
#48652
Labels
enhancement
Request for new feature and/or capability
P1
Issue that should be fixed within a few weeks
serve
Ray Serve Related Issue
Description
Specifying
logging_config
inserve.run(..., logging_config={...})
does not configure logging for the cluster, as is expected. This is because we don't propagatelogging_config
to.serve_start(...)
here:https://github.com/ray-project/ray/blob/master/python/ray/serve/api.py#L475-L477
A simple workaround for now is,
Use case
This issue arose when trying to configure Serve logging holistically for tests.
The text was updated successfully, but these errors were encountered: