[
https://issues.apache.org/jira/browse/AIRFLOW-6625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17023176#comment-17023176
]
ASF subversion and git services commented on AIRFLOW-6625:
----------------------------------------------------------
Commit ce3635d64f2eba9616709fb9d998676aa34b0875 in airflow's branch
refs/heads/master from Sean McQueen
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=ce3635d ]
[AIRFLOW-6625] Explicitly log using utf-8 encoding (#7247)
This is the standard encoding supported by Airflow. We should be explicit about
logging using
this encoding.
> 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
> Priority: Minor
>
> 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)