mik-laj commented on pull request #13180:
URL: https://github.com/apache/airflow/pull/13180#issuecomment-749239861


   In my opinion, it's worth adding the --verbose switch to enable logs.
   
   Mainly to make it easier to read log import, which is now only available 
when you run:
   ```
   python -c "from airflow.models.dagbag import DagBag; DagBag()"
   ```
   These logs now don't show up when you start ``airflow dags liist``, so a 
little switch to bring those logs back would be helpful.
   ```
   airflow dags list -v
   ```
   @turbaszek @XD-DENG WDYT?
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to