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

Forward logst to stdout instead of /dev/null #94

Open
bakurin opened this issue Jan 31, 2018 · 3 comments
Open

Forward logst to stdout instead of /dev/null #94

bakurin opened this issue Jan 31, 2018 · 3 comments

Comments

@bakurin
Copy link

bakurin commented Jan 31, 2018

It might be a good option to have ability to forward commands output to stdout by default or define with configuration parameter

@christof-b
Copy link
Contributor

christof-b commented Aug 14, 2018

You have the option to send it to a file:
// Stdout and stderr is sent to the specified file
'output' => __DIR__ . '/data/log/jobby.log'

Is this what you want to do?

@bakurin
Copy link
Author

bakurin commented Aug 15, 2018

Thank you for the reply @christof-b, but this is not really what I meant
Currently if output config parameter is empty output of executing command will go to Helper::getSystemNullDevice(). My idea was to send it to "stdout" by default instead of null device or provide ability to set output as: 'output' => 'php://stdout', for example

@christof-b
Copy link
Contributor

got your point, would be nice for testing as well.

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

2 participants