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

Add option to configure stdio of php server process #11

Merged
merged 1 commit into from
Jul 23, 2015

Conversation

awhatley
Copy link
Contributor

Several people (myself included) have expressed a desire to control the verbosity of the output of the php built-in server process, which by default logs all resource requests to stdout.

This pull request simply surfaces the lower-level spawn option for stdio, allowing stdin, out, and err to be independently configured as documented here: https://nodejs.org/api/child_process.html#child_process_options_stdio

Personally, I just set it to 'ignore' :-)

@thijskaspers
Copy link

Yes please! Every single webrequest is being logged by the php server, bloating the terminal. This is an easy fix for that by adding an extra option for the user.

micahblu added a commit that referenced this pull request Jul 23, 2015
Add option to configure stdio of php server process
@micahblu micahblu merged commit b55b2d7 into micahblu:master Jul 23, 2015
@thomas-lebeau thomas-lebeau mentioned this pull request Aug 12, 2015
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

Successfully merging this pull request may close these issues.

3 participants