Question from a noobie:
When I execute a job interactively, it shows the logs in the console.
The problem is that it shows a lot... and i need the detailed log in a file.
What i want to do is:
Get the log file using the kitchen's log parameter.
And in the console show a message for each step that is running...
For example:
Executing extraction...
Executing calculations...
Executing inserts....
and so on.
is there a way to accomplish that? Any components?
Thanks
Daniel
When I execute a job interactively, it shows the logs in the console.
The problem is that it shows a lot... and i need the detailed log in a file.
What i want to do is:
Get the log file using the kitchen's log parameter.
And in the console show a message for each step that is running...
For example:
Executing extraction...
Executing calculations...
Executing inserts....
and so on.
is there a way to accomplish that? Any components?
Thanks
Daniel