uranusjr opened a new issue, #31304:
URL: https://github.com/apache/airflow/issues/31304

   ### What do you see as an issue?
   
   
https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/logging-monitoring/logging-tasks.html#troubleshooting
   
   The referenced `airflow info` format is very outdated.
   
   ### Solving the problem
   
   Current output format is something like this:
   
   ```
   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 |                                                     
   
                                                                                
   
   
   System info
   OS              | Linux                                                      
                                                       
   architecture    | arm                                                        
                                                       
   uname           | uname_result(system='Linux', node='fe54afd888cd', 
release='5.15.68-0-virt', version='#1-Alpine SMP Fri, 16 Sep    
                   | 2022 06:29:31 +0000', machine='aarch64', processor='')     
                                                       
   locale          | ('en_US', 'UTF-8')                                         
                                                       
   python_version  | 3.7.16 (default, May  3 2023, 09:44:48)  [GCC 10.2.1 
20210110]                                                    
   python_location | /usr/local/bin/python                                      
                                                       
                                                                                
                                                       
   
   Tools info
   git             | git version 2.30.2                                         
                                    
   ssh             | OpenSSH_8.4p1 Debian-5+deb11u1, OpenSSL 1.1.1n  15 Mar 
2022                                    
   kubectl         | NOT AVAILABLE                                              
                                    
   gcloud          | NOT AVAILABLE                                              
                                    
   cloud_sql_proxy | NOT AVAILABLE                                              
                                    
   mysql           | mysql  Ver 15.1 Distrib 10.5.19-MariaDB, for 
debian-linux-gnu (aarch64) using  EditLine wrapper
   sqlite3         | 3.34.1 2021-01-20 14:10:07 
10e20c0b43500cfb9bbc0eaa061c57514f715d87238f4d835880cd846b9ealt1    
   psql            | psql (PostgreSQL) 15.2 (Debian 15.2-1.pgdg110+1)           
                                    
                                                                                
                                    
   
   Paths info
   airflow_home    | /root/airflow                                              
                                                       
   system_path     | 
/files/bin/:/opt/airflow/scripts/in_container/bin/:/root/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:
                   | /usr/sbin:/usr/bin:/sbin:/bin:/opt/airflow                 
                                                       
   python_path     | 
/usr/local/bin:/opt/airflow:/usr/local/lib/python37.zip:/usr/local/lib/python3.7:/usr/local/lib/python3.7/lib-dynl
                   | 
oad:/usr/local/lib/python3.7/site-packages:/files/dags:/root/airflow/config:/root/airflow/plugins
                 
   airflow_on_path | True                                                       
                                                       
                                                                                
                                                       
   
   Providers info
   [too long to include]
   ```
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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]

Reply via email to