Tagged Questions
1
vote
2answers
199 views
How to log the output of a daemon application?
I have a Java program running as a daemon (thanks to YAJSW, a wrapper for java).
The thing is that this java application writes several lines of console text, (simply imagine a Hello World App). If I ...