mirror of
https://github.com/wassname/ray.git
synced 2026-07-09 03:13:44 +08:00
Add debug string to raylet (#3317)
* initial debug string * format * wip debug string * fix compile * fix * update * finished * to file * logs dir * use temp root * fix * override
This commit is contained in:
committed by
Philipp Moritz
parent
d10cb570ab
commit
e0bf9d7305
@@ -1655,7 +1655,7 @@ def init(redis_address=None,
|
||||
driver_id: The ID of driver.
|
||||
configure_logging: True if allow the logging cofiguration here.
|
||||
Otherwise, the users may want to configure it by their own.
|
||||
logging_level: Logging level, default will be loging.INFO.
|
||||
logging_level: Logging level, default will be logging.INFO.
|
||||
logging_format: Logging format, default will be "%(message)s"
|
||||
which means only contains the message.
|
||||
plasma_store_socket_name (str): If provided, it will specify the socket
|
||||
|
||||
Reference in New Issue
Block a user