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
| Attribute | Type | Description |
|---|---|---|
| Mixed | logs.LogConfig | Defines the log config that's not split into user/system. |
| User | logs.LogConfig | Defines the log config for user logs. |
| System | logs.LogConfig | Defines the log config for system logs. |
| AllUser | logs.LogConfig | All user logs across driver and executors. |