Environment Logging Configuration
data class EnvironmentLoggingConfiguration(val dagProcessingLogs: EnvironmentLoggingConfigurationDagProcessingLogs? = null, val schedulerLogs: EnvironmentLoggingConfigurationSchedulerLogs? = null, val taskLogs: EnvironmentLoggingConfigurationTaskLogs? = null, val webserverLogs: EnvironmentLoggingConfigurationWebserverLogs? = null, val workerLogs: EnvironmentLoggingConfigurationWorkerLogs? = null)
Constructors
Link copied to clipboard
fun EnvironmentLoggingConfiguration(dagProcessingLogs: EnvironmentLoggingConfigurationDagProcessingLogs? = null, schedulerLogs: EnvironmentLoggingConfigurationSchedulerLogs? = null, taskLogs: EnvironmentLoggingConfigurationTaskLogs? = null, webserverLogs: EnvironmentLoggingConfigurationWebserverLogs? = null, workerLogs: EnvironmentLoggingConfigurationWorkerLogs? = null)