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 2022/04/05 10:23:29 UTC

[GitHub] [airflow] ashb commented on pull request #22588: Print configuration on scheduler startup.

ashb commented on PR #22588:
URL: https://github.com/apache/airflow/pull/22588#issuecomment-1088529657

   This PR needs fixing -- the current behaviour is a) noisy and b) useless when using env vars to configure things.
   
   ```
   dags_folder = < hidden > [env var]
   default_timezone = utc [airflow.cfg]
   executor = < hidden > [env var]
   ```
   
   Those dag_folder and executor should be shown. Coming form an env var does not mean it should be hidden.
   
   Please fix this today or else I'll have to revert it before the release.
   
   Additionally it should be possible to turn this off.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org