You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Pavel Raschetnov (JIRA)" <ji...@apache.org> on 2018/12/03 14:02:00 UTC

[jira] [Created] (AIRFLOW-3439) Logs with non-ascii characters can't be read

Pavel Raschetnov created AIRFLOW-3439:
-----------------------------------------

             Summary: Logs with non-ascii characters can't be read 
                 Key: AIRFLOW-3439
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3439
             Project: Apache Airflow
          Issue Type: Bug
          Components: logging, webserver
    Affects Versions: 1.10.1
            Reporter: Pavel Raschetnov


Can't see task logs in web interface due to

{{*** Unable to read remote log from gs://bucket/dag/abcd61826/2018-11-23T00:00:00+00:00/1.log *** 'ascii' codec can't decode byte 0xc3 in position 4421445: ordinal not in range(128)}}

GCSTaskHandler should use `.decode('utf-8') instead of `.decode` in gcs_read() method

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)