Details
Description
In Job classes in case job doesn't succeed a failure message is initialized as follows:
String message = "Generator job did not succeed, job status:"
+ job.getStatus().getState() + ", reason: "
+ job.getStatus().getFailureInfo();
However, this message doesn't contain JobId which can make it really hard to reach the exact job from the logs. Adding JodId to this message will make it easier to track and locate for debugging.
Attachments
Issue Links
- links to