MCPcopy
hub / github.com/ray-project/ray / get_logs_dir_path

Method get_logs_dir_path

python/ray/_private/node.py:807–809  ·  view source on GitHub ↗

Get the path of the log files directory.

(self)

Source from the content-addressed store, hash-verified

805 return self._session_dir
806
807 def get_logs_dir_path(self):
808 """Get the path of the log files directory."""
809 return self._logs_dir
810
811 def get_sockets_dir_path(self):
812 """Get the path of the sockets directory."""

Callers 15

startFunction · 0.95
get_serve_logs_dirFunction · 0.80
create_if_enabledMethod · 0.80
connectFunction · 0.80
test_log_get_subdirFunction · 0.80
test_log_getFunction · 0.80
test_log_cliFunction · 0.80
test_raylet_tempfilesFunction · 0.80
get_log_file_pathMethod · 0.80
_configure_loggerMethod · 0.80

Calls

no outgoing calls

Tested by 8

test_log_get_subdirFunction · 0.64
test_log_getFunction · 0.64
test_log_cliFunction · 0.64
test_raylet_tempfilesFunction · 0.64