| Package | Description |
|---|---|
| com.amazonaws.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfiguration |
LoggingConfiguration.clone() |
LoggingConfiguration |
Environment.getLoggingConfiguration()
The Apache Airflow logs published to CloudWatch Logs.
|
LoggingConfiguration |
LoggingConfiguration.withDagProcessingLogs(ModuleLoggingConfiguration dagProcessingLogs)
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration |
LoggingConfiguration.withSchedulerLogs(ModuleLoggingConfiguration schedulerLogs)
The Airflow scheduler logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration |
LoggingConfiguration.withTaskLogs(ModuleLoggingConfiguration taskLogs)
The Airflow task logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration |
LoggingConfiguration.withWebserverLogs(ModuleLoggingConfiguration webserverLogs)
The Airflow web server logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration |
LoggingConfiguration.withWorkerLogs(ModuleLoggingConfiguration workerLogs)
The Airflow worker logs published to CloudWatch Logs and the log level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Environment.setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The Apache Airflow logs published to CloudWatch Logs.
|
Environment |
Environment.withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The Apache Airflow logs published to CloudWatch Logs.
|
Copyright © 2022. All rights reserved.