Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Log4j / Job conductor

Hello,
I'm setting up a platform with multiple environments and am working on the Logging and Monitoring part. We develop in the Studio using SVN, and publish our jobs to a NEXUS repository. The artifacts in the NEXUS repository are then called from the Job conductors on our different execution servers.
Something that is required from the client's support team side is that we can see a timestamp for each line in the job conductor logs.
I figured out how to change the log4j settings in the studio, to show a timestamp (added %d to conversion pattern in the log4j settings on project properties).
My main question now is, will these Studio settings in any way influence the log4j settings when running the jobs from NEXUS/Job conductor? (I expect not actually)
If so, how do i 'publish' these settings to NEXUS?
If not (most likely), is there any way to influence the conversion pattern that is used by the job conductir to add a timestamp?
Thanks in advance for any feedback.
Kind regards,
Michael

Labels (2)
2 Replies
Anonymous
Not applicable

Hi,
Could you please indicate what's build version you are using? Are you using talend platform product?
Best regards
Sabrina
Anonymous
Not applicable

Same problem here:
We just setup TAC and we notice that we do not see a timestamp in the job conductor logs entries.
We would like to have the date and time in front of every lines in the job's log. Like this:
2015-07-26 15:01:33,665 [INFO] MyClass - This is an info message.


How can I insert that level of logging in the job conductor?