James Meickle created AIRFLOW-3217:
--------------------------------------
Summary: Airflow log view and code view should wrap
Key: AIRFLOW-3217
URL: https://issues.apache.org/jira/browse/AIRFLOW-3217
Project: Apache Airflow
Issue Type: Bug
Components: logging
Affects Versions: 1.10.0
Reporter: James Meickle
Being able to look at logs and code in Airflow is great, but the Kubernetes
operator in particular makes very long loglines. For example, a pod log might
have something like this:
`{{[2018-10-16 10:32:38,195] {{logging_mixin.py:95}} INFO - [2018-10-16
10:32:38,195] {{pod_launcher.py:95}} INFO - b'[2018-10-16 10:32:38.190104]
INFO:`}}
...and that's before any log text! Since there is no wrapping or navigation on
this screen, it's very challenging to make use of these logs.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)