Hello,

The launcher method has changed. 
Previously, the server was started from a Shell script with
a redirect to the console.log file. So, that file was
receiving all outputs made on System.out.
Now, the server is started with a pure Java launcher. In
"console" mode, you will see everything printed on
System.out. In other modes, such outputs are lost. It could
be an interesting improvement to get them being still logged
in console.log... need to rewrite the console mode and
change the server's Log4J configuration to no more write on
System.out.

However, in Java code, you should use Log4J for your debug
messages.
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/

Reply via email to