saimon46 commented on PR #24846: URL: https://github.com/apache/airflow/pull/24846#issuecomment-1231646705
@potiuk I perfectly agree on this. I'm going to work on a PR but before I start I'm writing here 2 possible solutions for this problem: - airflow logging configuration to define the bind address, same as the port. Maybe bind it to localhost is some cases can be useful. - simple airflow logging configuration that enables or disables IPv6 compatibility on gunicorn. - automatically discover if the machine has IPv6 interface and if it's enabled and eventually bind gunicorn on it. What do you thing would be the best? The first gives more flexibility to the sysadmin same as the second, the third is automatic yes, but still you loose in configuration flexibility. -- 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]
