static LoggingConfiguration.Builder |
LoggingConfiguration.builder() |
|
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.dagProcessingLogs(Consumer<ModuleLoggingConfiguration.Builder> dagProcessingLogs) |
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.dagProcessingLogs(ModuleLoggingConfiguration dagProcessingLogs) |
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
|
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.schedulerLogs(Consumer<ModuleLoggingConfiguration.Builder> schedulerLogs) |
The Airflow scheduler logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.schedulerLogs(ModuleLoggingConfiguration schedulerLogs) |
The Airflow scheduler logs published to CloudWatch Logs and the log level.
|
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.taskLogs(Consumer<ModuleLoggingConfiguration.Builder> taskLogs) |
The Airflow task logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.taskLogs(ModuleLoggingConfiguration taskLogs) |
The Airflow task logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration.Builder |
LoggingConfiguration.toBuilder() |
|
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.webserverLogs(Consumer<ModuleLoggingConfiguration.Builder> webserverLogs) |
The Airflow web server logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.webserverLogs(ModuleLoggingConfiguration webserverLogs) |
The Airflow web server logs published to CloudWatch Logs and the log level.
|
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.workerLogs(Consumer<ModuleLoggingConfiguration.Builder> workerLogs) |
The Airflow worker logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.workerLogs(ModuleLoggingConfiguration workerLogs) |
The Airflow worker logs published to CloudWatch Logs and the log level.
|