Logging information of different Job
Hello,
I want to know that is there any way to get separate job log for different jobs run asynchronously (i.e. in parallel). I am more interested in the logger information provided by batch environment. Currently, as per my observation, Batch logger provides same log information (file or console) for all the jobs running simultaneously.
(Being to specific: I don’t want to write logger for individual jobs. I want to have same logger information that is provided by Batch environment but filtered out for each job.)