You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (Jira)" <ji...@apache.org> on 2020/01/21 19:18:00 UTC

[jira] [Resolved] (AIRFLOW-6608) Change logging level to DEBUG for PythonOperator Env exports

     [ https://issues.apache.org/jira/browse/AIRFLOW-6608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kaxil Naik resolved AIRFLOW-6608.
---------------------------------
    Resolution: Fixed

> Change logging level to DEBUG for PythonOperator Env exports
> ------------------------------------------------------------
>
>                 Key: AIRFLOW-6608
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6608
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: operators
>    Affects Versions: 1.10.7
>            Reporter: Kaxil Naik
>            Assignee: Kaxil Naik
>            Priority: Minor
>             Fix For: 1.10.8
>
>
> The following logs just create noise and add nothing for the end-users. We should change this to DEBUG
> {noformat}
> [2020-01-20 17:58:27,364] {python_operator.py:105} INFO - Exporting the following env vars:
> AIRFLOW_CTX_DAG_EMAIL=aaaaaaaa@mail.com
> AIRFLOW_CTX_DAG_OWNER=me
> AIRFLOW_CTX_DAG_ID=my_dag_id
> AIRFLOW_CTX_TASK_ID=my_task_id
> AIRFLOW_CTX_EXECUTION_DATE=2020-01-20T12:27:48.408593+00:00
> AIRFLOW_CTX_DAG_RUN_ID=manual__2020-01-20T12:27:48.408593+00:00
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)