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 2021/04/22 18:10:53 UTC

[GitHub] [airflow] wirshad00 opened a new issue #15491: webserver is not logging

wirshad00 opened a new issue #15491:
URL: https://github.com/apache/airflow/issues/15491


   Hi,
   
   I am unable to capture the airflow webserver logs. The file (airflow-webserver.log and airflow-webserver.out) are empty under path ~/airflow. I tried to start the webserver and the scheduler using the commend below. I am able to login to UI and run DAG's.
   
   airflow webserver -D
   airflow scheduler -D
   
   I really appreciate the help.
   
   Regards,
   
   Walid 


-- 
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.

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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #15491: webserver is not logging

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #15491:
URL: https://github.com/apache/airflow/issues/15491#issuecomment-825074131


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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.

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



[GitHub] [airflow] uranusjr commented on issue #15491: webserver is not logging

Posted by GitBox <gi...@apache.org>.
uranusjr commented on issue #15491:
URL: https://github.com/apache/airflow/issues/15491#issuecomment-825336125


   `-D` puts the process in daemon mode so of course you’re not going to see logs in the terminal. Either remove `-D` or use the various log options to log to files. You can learn about those with `--help` or by reading the documentation.


-- 
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.

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



[GitHub] [airflow] wirshad00 closed issue #15491: webserver is not logging

Posted by GitBox <gi...@apache.org>.
wirshad00 closed issue #15491:
URL: https://github.com/apache/airflow/issues/15491


   


-- 
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.

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



[GitHub] [airflow] wirshad00 commented on issue #15491: webserver is not logging

Posted by GitBox <gi...@apache.org>.
wirshad00 commented on issue #15491:
URL: https://github.com/apache/airflow/issues/15491#issuecomment-825747910


   Thank you @uranusjr for pointing the issue. I was able to figure it using --help


-- 
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.

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