Skip to content

Commit 759ab3a

Browse files
authored
[Autoscaler][Sample] Add comment for RAY_LOGGER_LEVEL (#4104)
Signed-off-by: Dongjun Na <kmu5544616@gmail.com>
1 parent 774b917 commit 759ab3a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ray-operator/config/samples/ray-cluster.autoscaler-v2.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ spec:
1919
# and decides whether to request scaling the cluster up or down. The default value is 5 seconds.
2020
# - name: AUTOSCALER_UPDATE_INTERVAL_S
2121
# value: "5"
22+
# RAY_LOGGER_LEVEL is used to control autoscaler and ray logging verbosity (info|debug|warning|error|critical). The default value is "info".
23+
# - name: RAY_LOGGER_LEVEL
24+
# value: "debug"
2225
envFrom: []
2326
resources:
2427
limits:

ray-operator/config/samples/ray-cluster.autoscaler.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ spec:
3030
# and decides whether to request scaling the cluster up or down. The default value is 5 seconds.
3131
# - name: AUTOSCALER_UPDATE_INTERVAL_S
3232
# value: "5"
33+
# RAY_LOGGER_LEVEL is used to control ray and autoscaler logging verbosity (info|debug|warning|error|critical). The default value is "info".
34+
# - name: RAY_LOGGER_LEVEL
35+
# value: "debug"
3336
envFrom: []
3437
# resources specifies optional resource request and limit overrides for the Autoscaler container.
3538
# The default Autoscaler resource limits and requests should be sufficient for production use-cases.

0 commit comments

Comments
 (0)