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 run it from the console of course I can read those lines.
But when it runs as a daemon, where do those lines of text go?