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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to