ray.train.LoggingConfig#
- class ray.train.LoggingConfig(log_level: str = 'INFO')#
Bases:
objectConfiguration for Ray Train’s logging behavior.
- Parameters:
log_level – The log level for Ray Train’s internal
ray.trainlogs 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 theraylogger (set byray.init()) and root logger are unaffected.
PublicAPI (alpha): This API is in alpha and may change before becoming stable.
Methods
Attributes