You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Vincent Poulain (JIRA)" <ji...@apache.org> on 2017/03/20 22:42:41 UTC

[jira] [Created] (AIRFLOW-1018) Scheduler DAG processes can not log to stdout

Vincent Poulain created AIRFLOW-1018:
----------------------------------------

             Summary: Scheduler DAG processes can not log to stdout
                 Key: AIRFLOW-1018
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1018
             Project: Apache Airflow
          Issue Type: Bug
    Affects Versions: Airflow 1.8
         Environment: Airflow 1.8.0
            Reporter: Vincent Poulain


Each DAG has its own log file for the scheduler and we can specify the directory with child_process_log_directory param. 

Unfortunately we can not change device / by specifying /dev/stdout for example. That is very useful when we execute Airflow in a container.

When we specify /dev/stdout it raises:
"OSError: [Errno 20] Not a directory: '/dev/stdout/2017-03-19'"



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