Environment Logging Configuration Args
data class EnvironmentLoggingConfigurationArgs(val dagProcessingLogs: Output<EnvironmentLoggingConfigurationDagProcessingLogsArgs>? = null, val schedulerLogs: Output<EnvironmentLoggingConfigurationSchedulerLogsArgs>? = null, val taskLogs: Output<EnvironmentLoggingConfigurationTaskLogsArgs>? = null, val webserverLogs: Output<EnvironmentLoggingConfigurationWebserverLogsArgs>? = null, val workerLogs: Output<EnvironmentLoggingConfigurationWorkerLogsArgs>? = null) : ConvertibleToJava<EnvironmentLoggingConfigurationArgs>
Constructors
Link copied to clipboard
constructor(dagProcessingLogs: Output<EnvironmentLoggingConfigurationDagProcessingLogsArgs>? = null, schedulerLogs: Output<EnvironmentLoggingConfigurationSchedulerLogsArgs>? = null, taskLogs: Output<EnvironmentLoggingConfigurationTaskLogsArgs>? = null, webserverLogs: Output<EnvironmentLoggingConfigurationWebserverLogsArgs>? = null, workerLogs: Output<EnvironmentLoggingConfigurationWorkerLogsArgs>? = null)
Properties
Link copied to clipboard
(Optional) Log configuration options for processing DAGs. See Module logging configuration for more information. Disabled by default.
Link copied to clipboard
Log configuration options for the schedulers. See Module logging configuration for more information. Disabled by default.
Link copied to clipboard
Log configuration options for DAG tasks. See Module logging configuration for more information. Enabled by default with INFO
log level.
Link copied to clipboard
Log configuration options for the webservers. See Module logging configuration for more information. Disabled by default.
Link copied to clipboard
Log configuration options for the workers. See Module logging configuration for more information. Disabled by default.