Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to print the message as "Job abc execution started" and same for "execution completed ". I've tried adding tjava to dbconnection and close connection respectively but TMC is not printing those messages.
Note:I've implemented this in child jobs which is then called by parent.
What alternative can be used?
Hello @AtharK10
You've probably tried the System.out.print() method but this doesn't work in the tmc.
Instead you should try log.info("your message"); and update your log level to "Info" for the job.
- Quentin
take a look at this topic:
Displaying standard system logs in Talend Management Console | Talend Remote Engine User Guide for L...