You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Sadok Ben Yahya (Jira)" <ji...@apache.org> on 2019/09/25 14:24:00 UTC

[jira] [Created] (AIRFLOW-5551) error log file should not contain access logs

Sadok Ben Yahya created AIRFLOW-5551:
----------------------------------------

             Summary: error log file should not contain access logs
                 Key: AIRFLOW-5551
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5551
             Project: Apache Airflow
          Issue Type: Bug
          Components: logging, webserver
    Affects Versions: 1.10.5
            Reporter: Sadok Ben Yahya
             Fix For: 2.0.0, 1.10.6


The following log lines ended up in the webserver error log file, which I think is not right.

[2019-09-25 13:39:54 +0000] [36] [INFO] Starting gunicorn 19.9.0
[2019-09-25 13:39:54 +0000] [36] [INFO] Listening at: http://0.0.0.0:8080 (36)
[2019-09-25 13:39:54 +0000] [36] [INFO] Using worker: gevent
[2019-09-25 13:39:54 +0000] [41] [INFO] Booting worker with pid: 41
[2019-09-25 13:39:54 +0000] [42] [INFO] Booting worker with pid: 42
[2019-09-25 14:09:57 +0000] [36] [INFO] Handling signal: ttin
[2019-09-25 14:09:57 +0000] [61] [INFO] Booting worker with pid: 61
[2019-09-25 14:10:02 +0000] [36] [INFO] Handling signal: ttou
[2019-09-25 14:10:03 +0000] [41] [INFO] Worker exiting (pid: 41)



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