Commit e9c7bc7
authored
[autoscaler] Set new_config logging to debug in autoscaler (#38729)
Currently, it's really hard to debug autoscaler failures using monitor.out as it logs redundant new_config continuously in recent change. Fix is to move from print to DEBUG
ubuntu@ip-10-0-143-38:~$ ls -lah /tmp/ray/session_latest/logs/monitor*
-rw-rw-r-- 1 ubuntu ubuntu 2.2K Aug 22 01:19 /tmp/ray/session_latest/logs/monitor.err
-rw-rw-r-- 1 ubuntu ubuntu 7.8M Aug 22 16:23 /tmp/ray/session_latest/logs/monitor.log
-rw-rw-r-- 1 ubuntu ubuntu 124M Aug 22 16:23 /tmp/ray/session_latest/logs/monitor.out
Related issue number
"Closes #38727"
---------
Signed-off-by: maheedhar reddy chappidi <chappidm@amazon.com>1 parent 8db2a47 commit e9c7bc7
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1036 | 1036 | | |
1037 | 1037 | | |
1038 | 1038 | | |
1039 | | - | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
1040 | 1043 | | |
1041 | 1044 | | |
1042 | 1045 | | |
| |||
0 commit comments