-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to force Scriptella console out to a log file too? #15
Comments
I have not had any luck myself with getting java logging or commons-logging to work reasonably. |
I haven't found a solution for this either. +1 for an automated and out of the box |
How about using tee command to redirect the output to file, e.g.: |
When using it programmatically it's impossible to separate the output of Scriptella only to a file. |
You can always programmatically redirect Scriptella logs to a custom handler by calling LoggingConfigurer.configure(...); This way scriptella redirects JUL to ant logging for instance. |
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:
but everything that's displayed for later use.
Thank you.
The text was updated successfully, but these errors were encountered: