Skip to content

Commit

Permalink
fixup! fixup! Use gunicorn to serve logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-laj committed Aug 13, 2021
1 parent 87efb97 commit 1cce404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/logging-monitoring/logging-tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ Most task handlers send logs upon completion of a task. In order to view the log
The server is running on the port specified by ``worker_log_server_port`` option in ``celery`` section. By default, it is ``8793``.
Communication between the webserver and the worker is signed with the key specified by ``secret_key`` option in ``webserver`` section. You must ensure that the key matches so that communication can take place without problems.

We are using `Gunicorm <https://gunicorn.org/>`__ as WSGI server and that the configuration options can be overridden by ``GUNiCORN_CMD_ARGS`` env variable. For details, see `Gunicorn settings <https://docs.gunicorn.org/en/latest/settings.html#settings>`__
We are using `Gunicorm <https://gunicorn.org/>`__ as WSGI server. Its configuration options can be overridden by ``GUNiCORN_CMD_ARGS`` env variable. For details, see `Gunicorn settings <https://docs.gunicorn.org/en/latest/settings.html#settings>`__

0 comments on commit 1cce404

Please sign in to comment.