-
Notifications
You must be signed in to change notification settings - Fork 445
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
SystemV service template does not actually generate any logs #1021
Comments
I wonder if the assumption is flawed in that redirects are assumed to be specifiable via an environment variable: For example, the below program does not output to
|
I can provide a repro case, if helpful. Getting a SystemV OS with OpenJDK 8 is a bit of a feat, I am not sure the best way to write an integration test for this. |
The current implementation has no effect; nothing is logged. '>>' seems to be passed to the process as a parameter and not something that is interpretted by the shell. This approach is in line with the accepted solution suggested at https://stackoverflow.com/a/21029952/183863 Fixes sbt#1021
Sorry for the late reply here as well 😢 and thanks for the pull request. |
Expected behaviour
Logs should be generated to the specified file when
daemonStdoutLogFile := Some("appname")
is providedActual behaviour
The file is not created and all process output is discarded.
Information
1.2.2
0.13.x
Debian
Deb
rpm --version
): UsingJDebPackaging
Debian Jessie with SystemV
The text was updated successfully, but these errors were encountered: