Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

option to disable worker restart log #558

Open
j-mahlke opened this issue Jul 3, 2023 · 1 comment
Open

option to disable worker restart log #558

j-mahlke opened this issue Jul 3, 2023 · 1 comment

Comments

@j-mahlke
Copy link

j-mahlke commented Jul 3, 2023

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?

@j-mahlke
Copy link
Author

j-mahlke commented Jul 3, 2023

we could use the "new" option "decorate-workers-output" for this: Enable/Disable displaying additional worker info in server output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant