How to force everything what Scriptella is displaying to the console to a scriptella.log file too?
I couldn't find how to specify such a thing in the etl.xml :(.
Of course I don't mean only the the individual "log" tasks:
<connection id="script" driver="script"/>
<script connection-id="script">
java.lang.System.out.println("something ...");
</script>
but everything that's displayed for later use.
Thank you.
How to force everything what Scriptella is displaying to the console to a
scriptella.logfile too?I couldn't find how to specify such a thing in the
etl.xml:(.Of course I don't mean only the the individual "log" tasks:
but everything that's displayed for later use.
Thank you.