-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Labels
P2Important issue, but not time-criticalImportant issue, but not time-criticalenhancementRequest for new feature and/or capabilityRequest for new feature and/or capability
Description
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
- Ray installed from (source or binary):
- Ray version: 0.5X
- Python version:
- Exact command to reproduce:
Describe the problem
Current backend logging level is fixed. If we want to change the logging level, we need to do re-compiling. Our users have the following requirements:
- The logging level should be changed at runtime without re-compiling.
- The logging level in the client dynamic lib (e.g. local_scheducler_client, plasma client in both java and python) should also be able to get changed.
- The logging level for stderr and logging file should be different.
For Requirement 1, what do you think is the best practice?
- Environment variable: users need to change the environment variables for all machines in a cluster, which is not convenient.
- Argument: this is not convenient for dynamic libs.
- Using config files: Java uses this method. Will backend use this also?
Source code / logs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2Important issue, but not time-criticalImportant issue, but not time-criticalenhancementRequest for new feature and/or capabilityRequest for new feature and/or capability