You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Dan Davydov (JIRA)" <ji...@apache.org> on 2017/04/14 17:59:41 UTC

[jira] [Created] (AIRFLOW-1111) Make logs easier to read and separate infra/task logs

Dan Davydov created AIRFLOW-1111:
------------------------------------

             Summary: Make logs easier to read and separate infra/task logs
                 Key: AIRFLOW-1111
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1111
             Project: Apache Airflow
          Issue Type: Improvement
            Reporter: Dan Davydov


Ideally there would be tabs for logs:
Dag-parsing (needs a better name)
1 (Short for "Run 1")
2
...

Dag-parsing would contain the output like:
{code}
[2017-04-14 15:24:54,341] {models.py:168} INFO - Filling up the DagBag from /srv/data/airflow/airflow_canaries/canaries.py
[2017-04-14 15:24:54,342] {models.py:253} DEBUG - Importing /srv/data/airflow/airflow_canaries/canaries.py
[2017-04-14 15:24:54,356] {models.py:373} DEBUG - Loaded DAG <DAG: airflow_precious_canary_silver_medium>
[2017-04-14 15:24:54,356] {models.py:373} DEBUG - Loaded DAG <DAG: airflow_precious_canary_silver_r>
[2017-04-14 15:24:54,356] {models.py:373} DEBUG - Loaded DAG <DAG: airflow_precious_canary_gold_large>
[2017-04-14 15:24:54,356] {models.py:373} DEBUG - Loaded DAG <DAG: airflow_precious_canary_gold_medium>
[2017-04-14 15:24:54,356] {models.py:373} DEBUG - Loaded DAG <DAG: airflow_precious_canary_gold_tiny>
[2017-04-14 15:24:54,357] {models.py:373} DEBUG - Loaded DAG <DAG: airflow_precious_canary_platinum_medium>
{code}

By default "1" would be opened if it exists when a user clicks into the log, otherwise dag-parsing would be opened.





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)