You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/02 18:35:13 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #24119: Note that yarn dev needs webserver in debug mode

jedcunningham commented on code in PR #24119:
URL: https://github.com/apache/airflow/pull/24119#discussion_r888271461


##########
CONTRIBUTING.rst:
##########
@@ -1253,6 +1253,7 @@ commands:
     yarn run prod
 
     # Starts a web server that manages and updates your assets as you modify them
+    # You'll need to run the webserver in debug mode too: `airflow webserver -d`

Review Comment:
   `-D` is different! You want the lower case `-d`. Daemon vs debug.



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org