humanmade / altis-local-server

Local Server module for Altis
https://www.altis-dxp.com/resources/docs/local-server/
17 stars 4 forks source link

Add cavalcade php error logs option to `composer server logs` command #405

Closed roborourke closed 2 years ago

roborourke commented 2 years ago

Currently running composer server logs cavalcade shows the cavalcade runner output, the container however also has a file containing PHP error logs at /tmp/logpipe.

It would be useful to provide access to this, but better still to merge it with the PHP container error logs if possible.

Acceptance criteria:

roborourke commented 2 years ago

Fixed by https://github.com/humanmade/altis-local-server/pull/428 - the PHP log output is now Cavalcade and PHP combined.