dstandish commented on a change in pull request #19709:
URL: https://github.com/apache/airflow/pull/19709#discussion_r753279342
##########
File path: airflow/cli/commands/webserver_command.py
##########
@@ -446,6 +441,11 @@ def monitor_gunicorn(gunicorn_master_pid: int):
).start()
if args.daemon:
+ # This makes possible errors get reported before demonization
Review comment:
```suggestion
# This makes possible errors get reported before daemonization
```
--
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]