
Hi,
I would like to know where the log is coming from. Let's say that that I run a batch job and the error occurs. I received a log, some times in XML format but some time a standard message. I would like to integrate a monitoring system to get a better info about error. I am not sure if I explained properly what I mean
Br
Kacper
*This post is locked for comments
I have the same question (0)I'm not sure if I understand what you want to know, but iirc the batch log simply contains all the infologs that are created by the batch job. So if you want more details in your logs, you have to create more detailed infologs in your code when errors are thrown.