GitHub user jnstockley added a comment to the discussion: GUNICORN_CMD_ARGS arguments aren't applied
@BBQing @potiuk That's for the response. I should have made this more clear in the original post, but I was using the `--access-logfile` argument as a test case, I am trying to change the formatting of the access logs, and ideally throughout Airflow as well. In Airflow V2.x this worked for me `GUNICORN_CMD_ARGS: '--log-config-json /opt/airflow/config/access-log.json'` I understand Airflow is no longer using gunicorn for the API Server. I tried a similar thing for uvicorn, I'll continue to look, but if you have any other suggestions, that'd be greatly appreciated! GitHub link: https://github.com/apache/airflow/discussions/53550#discussioncomment-13848096 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
