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


With regards,
Apache Git Services

Reply via email to