サーバーログファイルに組み込まれたPHPをファイルにリダイレクトする必要があります。
私は試します:
php -S adress:port -t . > logs.txt
問題は、起動テキストの中に入れているだけです。
とlogs.txt 2>&1
しかし、それは私のページのphpを私のエラーのように見せています
PHP 5.5.9-1ubuntu4.14 Development Server started at Sat Feb 13 09:40:05 2016 Listening on XXXXXX ....
何か案が ?