Hello,
I wrote a script using rhino to download http content, and it fails sometimes.
I included debug information in this way :
java.lang.System.out.println( new java.text.SimpleDateFormat("dd/MM/yyyy HH:mm:ss.S - ").format(new Date()) + "Connection openned" );
(to check each step)
When I use this script directly in the process, I can find the line in the nohup.log of the runtime.
But when I use the script in an "Execute delivery" (with DELIV_MEMORY_MODE unchecked), I cannot retreive the line in any of the logs written for this subprocess (files : com.indy.engine.44000.[process_name].log and so on).
Where can I retreive the system.out.println output in the stambia logs ?
Or : how can I write output for debug information in rhino scripting ?
Thank you