You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/21 04:04:38 UTC

[GitHub] [airflow] kadai0308 commented on issue #21531: --log-file/--stdout/--stderr options ignored

kadai0308 commented on issue #21531:
URL: https://github.com/apache/airflow/issues/21531#issuecomment-1046451226


   Hi @potiuk, nice to meet you. I am Kadai, new here.
   
   For the webserver part, after go through the code, for writing the log when daemon is off,  is it just write the output to a file at [here] ?(https://github.com/apache/airflow/blob/main/airflow/cli/commands/webserver_command.py#L475)
   
   something like:
   ```
   with subprocess.Popen(run_args, close_fds=True, stdout=out_logfile, stderr=error_log)file) as gunicorn_master_proc:
   ```
   Not sure am i missing anything else need to modify, if not, then i think i can help on this issue.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org