Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi if my job is printing out some thing to the console like this
Is there a way to show this print statements in the Talend cloud management console logs?
Hi,
Unfortunately it is not available at the moment.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Hi,
Use the tJobLog component.
Hi David
tJoblog is used to print customized message right? Is there a way to display or see the logrow outputs or system.out.println output statements(which usually gets displayed in console in studio) in the Talend Cloud management Console?
Thanks
Hi,
It sounds like you're trying to solve the wrong problem here to be honest. Consider a completely alternate approach where you load all output to file and then as the job exits, it loads the log file up to somewhere, email, FTP,S3 bucket, etc.
What with a previous outage of Talend Cloud (TC) due to too much logging from Remote Engines into TC, an alternative solution is required,
Thanks