Environment Logging Configuration
data class EnvironmentLoggingConfiguration(val dagProcessingLogs: EnvironmentModuleLoggingConfiguration? = null, val schedulerLogs: EnvironmentModuleLoggingConfiguration? = null, val taskLogs: EnvironmentModuleLoggingConfiguration? = null, val webserverLogs: EnvironmentModuleLoggingConfiguration? = null, val workerLogs: EnvironmentModuleLoggingConfiguration? = null)
Logging configuration for the environment.
Constructors
Link copied to clipboard
fun EnvironmentLoggingConfiguration(dagProcessingLogs: EnvironmentModuleLoggingConfiguration? = null, schedulerLogs: EnvironmentModuleLoggingConfiguration? = null, taskLogs: EnvironmentModuleLoggingConfiguration? = null, webserverLogs: EnvironmentModuleLoggingConfiguration? = null, workerLogs: EnvironmentModuleLoggingConfiguration? = null)