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
constructor(dagProcessingLogs: EnvironmentModuleLoggingConfiguration? = null, schedulerLogs: EnvironmentModuleLoggingConfiguration? = null, taskLogs: EnvironmentModuleLoggingConfiguration? = null, webserverLogs: EnvironmentModuleLoggingConfiguration? = null, workerLogs: EnvironmentModuleLoggingConfiguration? = null)
Properties
Link copied to clipboard
Defines the processing logs sent to CloudWatch Logs and the logging level to send.
Link copied to clipboard
Defines the scheduler logs sent to CloudWatch Logs and the logging level to send.
Link copied to clipboard
Defines the task logs sent to CloudWatch Logs and the logging level to send.
Link copied to clipboard
Defines the web server logs sent to CloudWatch Logs and the logging level to send.
Link copied to clipboard
Defines the worker logs sent to CloudWatch Logs and the logging level to send.