You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/21 22:47:54 UTC

[GitHub] [airflow] mik-laj commented on pull request #13180: Disable suppress_logs_and_warning in cli when debugging

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:
users@infra.apache.org