pankajkoti commented on code in PR #31336:
URL: https://github.com/apache/airflow/pull/31336#discussion_r1196192100
##########
docs/apache-airflow/administration-and-deployment/logging-monitoring/logging-tasks.rst:
##########
@@ -102,15 +102,19 @@ the example below.
$ airflow info
...
- airflow on PATH: [True]
-
- Executor: [SequentialExecutor]
- Task Logging Handlers: [StackdriverTaskHandler]
- SQL Alchemy Conn: [sqlite://///root/airflow/airflow.db]
- DAGs Folder: [/root/airflow/dags]
- Plugins Folder: [/root/airflow/plugins]
- Base Log Folder: [/root/airflow/logs]
-
+ Apache Airflow
+ version | 2.7.0.dev0
+ executor | LocalExecutor
+ task_logging_handler |
airflow.utils.log.file_task_handler.FileTaskHandler
+ sql_alchemy_conn |
postgresql+psycopg2://postgres:airflow@postgres/airflow
+ dags_folder | /files/dags
+ plugins_folder | /root/airflow/plugins
+ base_log_folder | /root/airflow/logs
+ remote_base_log_folder |
+
+ [skipping the remaining outputs for brevity]
+
+The output of ``airflow info`` is huge so we only keep those that are relevant
to logging configuration.
Review Comment:
```suggestion
The output of `airflow info` above is truncated to only display the section
that pertains to the logging configuration.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]