ray/dashboard/modules/log
SangBin Cho 082baa2342
[Test] Fix test_log (#24004)
The test verifies the first line 43~51 bytes are "dashboard"

But due to recent code addition to head.py, the line where logs are written became 2 digits -> 3 digits

Previously,
2022-04-18 23:23:56,946	INFO head.py:[less than 100] -- Dashboard head grpc address: 127.0.0.1:57208
 
Now
2022-04-18 23:23:56,946	INFO head.py:101 -- Dashboard head grpc address: 127.0.0.1:57208
So we should increase the bytes range.
2022-04-19 04:59:30 -07:00
..
tests [Test] Fix test_log (#24004) 2022-04-19 04:59:30 -07:00
__init__.py [Dashboard] Dashboard basic modules (#10303) 2020-08-29 23:09:34 -07:00
log_agent.py [Dashboard] Agent in minimal ray installation (#21817) 2022-01-26 04:03:54 -08:00
log_consts.py [Dashboard] Add GET /log_proxy API (#13165) 2021-01-08 11:45:07 +08:00
log_head.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
log_utils.py [dashboard] Rename "new_dashboard" -> "dashboard" (#18214) 2021-09-15 11:17:15 -05:00