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 2019/11/21 08:34:37 UTC

[GitHub] [airflow] mik-laj edited a comment on issue #6622: [AIRLFOW-6024] Do not use the logger in CLI

mik-laj edited a comment on issue #6622: [AIRLFOW-6024] Do not use the logger in CLI
URL: https://github.com/apache/airflow/pull/6622#issuecomment-556976441
 
 
   There is no need to use the logger because all messages are intended to be displayed on the console. This should not be saved to a file or other external system e.g. Stackdeiver. If you need to write to a file, you can redirect the stream.
   
   We want the messages to be displayed also when the following command is used.
   ```
   AIRFLOW__CORE__LOG_LEVEL=fatal airflow pools list
   ```

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


With regards,
Apache Git Services