Skip to main content

LogConfig

This class defines a structure for managing various logging configurations. It includes separate configurations for mixed logs, user-specific logs, system logs, and aggregated user logs across different components.

Attributes

AttributeTypeDescription
Mixedlogs.LogConfigDefines the log config that's not split into user/system.
Userlogs.LogConfigDefines the log config for user logs.
Systemlogs.LogConfigDefines the log config for system logs.
AllUserlogs.LogConfigAll user logs across driver and executors.