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

[jira] [Created] (AIRFLOW-6625) Airflow should log explicitly in utf-8

Sean McQueen created AIRFLOW-6625:
-------------------------------------

             Summary: Airflow should log explicitly in utf-8
                 Key: AIRFLOW-6625
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6625
             Project: Apache Airflow
          Issue Type: Task
          Components: core
    Affects Versions: 1.10.7
            Reporter: Sean McQueen
            Assignee: Sean McQueen


Currently in file_task_logger, we use a logging.FileHandler without a specified encoding. Because Airflow supports utf-8, we should be explicit here. This can prevent some environment issues where Airflow will fail in logging because of implicit encoding at this layer



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