Hi,
To debug a running batch processor I created output like 'application.output("my output", LOGGINGLEVEL.DEBUG);.
The problem is that I do not see this output appear anywhere.
I expected it to be in the server log, that I can read from the admin pages.
Am I wrong here or should the output appear somewhere else?
Is there a log4j property setting that I have to add to the properties file?
Thanks!