Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Django は、cli でリクエストをほぼリアルタイムで出力する runserver を提供します。apache/wsgi で実行される Web サイトのすべてのリクエストをどのように出力しますか?
tail -FWeb サーバーのログで実行するか、 を介してフォアグラウンドで Web サーバーを実行しますhttpd -X。
tail -F
httpd -X