ray.train.LoggingConfig#

class ray.train.LoggingConfig(log_level: str = 'INFO')#

Bases: object

Configuration for Ray Train’s logging behavior.

Parameters:

log_level – The log level for Ray Train’s internal ray.train logs on console output and application-level log files. Accepts standard Python logging level names. Defaults to "INFO". System-level log files always capture all levels (DEBUG and above), and the ray logger (set by ray.init()) and root logger are unaffected.

PublicAPI (alpha): This API is in alpha and may change before becoming stable.

Methods

Attributes

log_level