To keep the logs small and easy to read, I think this log that comes for me after each request could be optional disabled or moved one loglevel down/up, as it only shows that the request is done and one log (including http status code and uri) per request would be enough if there is no error/warning.
https://github.com/php-pm/php-pm/blob/4a7b600d8939f6c7b545b0a88473010e6e37bfbd/src/RequestHandler.php#L321C28-L321C28
What are your thoughts about this?
To keep the logs small and easy to read, I think this log that comes for me after each request could be optional disabled or moved one loglevel down/up, as it only shows that the request is done and one log (including http status code and uri) per request would be enough if there is no error/warning.
https://github.com/php-pm/php-pm/blob/4a7b600d8939f6c7b545b0a88473010e6e37bfbd/src/RequestHandler.php#L321C28-L321C28
What are your thoughts about this?