How to check the log of a Scheduled Job
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 08:08 PM
How to check the log of a Scheduled Job.
We are running a Business Rule using the Scheduled Job.
Could you please teach me how to check the Scheduled Job log?
I cannot check it with syslog_transaction or syslog.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 08:25 PM - edited 11-01-2023 08:26 PM
Hi @masahironaka ,
There is no OOTB where it captures the log for scheduled job whether it ran or not.
You can do 1 thing over here, take the script written in scheduled job & execute it in background scripts to check if there is any error. You can add some manual logs to it by adding gs.info at different places/lines to check till which line or executes. This way u should come to know whether there is any error which u need to address or not.
You can also refer this link where they are asking to do the same.
Thanks,
Danish