/AWS1/CL_MWALOGGINGCONF¶
Describes the Apache Airflow log types that are published to CloudWatch Logs.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_dagprocessinglogs
TYPE REF TO /AWS1/CL_MWAMODULELOGGINGCONF
/AWS1/CL_MWAMODULELOGGINGCONF
¶
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
io_schedulerlogs
TYPE REF TO /AWS1/CL_MWAMODULELOGGINGCONF
/AWS1/CL_MWAMODULELOGGINGCONF
¶
The Airflow scheduler logs published to CloudWatch Logs and the log level.
io_webserverlogs
TYPE REF TO /AWS1/CL_MWAMODULELOGGINGCONF
/AWS1/CL_MWAMODULELOGGINGCONF
¶
The Airflow web server logs published to CloudWatch Logs and the log level.
io_workerlogs
TYPE REF TO /AWS1/CL_MWAMODULELOGGINGCONF
/AWS1/CL_MWAMODULELOGGINGCONF
¶
The Airflow worker logs published to CloudWatch Logs and the log level.
io_tasklogs
TYPE REF TO /AWS1/CL_MWAMODULELOGGINGCONF
/AWS1/CL_MWAMODULELOGGINGCONF
¶
The Airflow task logs published to CloudWatch Logs and the log level.
Queryable Attributes¶
DagProcessingLogs¶
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DAGPROCESSINGLOGS() |
Getter for DAGPROCESSINGLOGS |
SchedulerLogs¶
The Airflow scheduler logs published to CloudWatch Logs and the log level.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCHEDULERLOGS() |
Getter for SCHEDULERLOGS |
WebserverLogs¶
The Airflow web server logs published to CloudWatch Logs and the log level.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WEBSERVERLOGS() |
Getter for WEBSERVERLOGS |
WorkerLogs¶
The Airflow worker logs published to CloudWatch Logs and the log level.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORKERLOGS() |
Getter for WORKERLOGS |
TaskLogs¶
The Airflow task logs published to CloudWatch Logs and the log level.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TASKLOGS() |
Getter for TASKLOGS |