Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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