Skip Navigation

Search

Job Execution Details Log column is empty while using Job Scheduler feature
Answer ID 13094   |   Last Review Date 12/08/2025

Why does the Log column in the Job Execution Details output remain empty while using the Job Scheduler?

Environment:

Job Scheduler
 
Issue:

The Log column in Job Execution Details output remains empty while using the Job Scheduler feature.
 
Resolution:
 

The Log column is populated only when the script produces output. Custom PHP scripts trigged using the Job Scheduler feature must generate output (stdout/Standard Output using functions such as print and echo) before any data can be expected in the Log column of Job Execution Details.

Script output can also be checked by executing the script via browser. <siteurl>/cgi-bin/<interface>/php/custom/<file name>