-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
redirect stderr to syslog and do some cosmetical changes #115
redirect stderr to syslog and do some cosmetical changes #115
Conversation
Please keep in mind that on most Linux distributions this is merely a symlink. On Ubuntu I believe that /bin/sh is a symlink to dash by default. |
The important changes are lines 1 and 43, bash is needed for stderr redirection, and stderr redirection is needed to avoid losing information dumped to stderr. |
@johnbellone Did I answer your question? |
Can you please rebase? |
06d517e
to
77b2fd9
Compare
I did. This is my first time to rebase a pull request, please verify it whether it looks good, pls. |
@johnbellone do you have any estimates when can this PR be merged? Thanks! |
redirect stderr to syslog and do some cosmetical changes
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
These changes were introduced by #91 (among others). I've split that PR into smaller chunks in hope for easier merge.