Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3. Job Log: job.<job_chain_name>,<job_name>.log

A Job Log is created:

  • during

    execution of individual jobs

    start of JobScheduler for each job. Any job start will

    overwrite

    append an existing Job Log.

  • with the file name job.<job_chain_name>,<job_name>.log where
    • <job_chain_name> is the name of the job chain that the job is executed for, i.e. the <job_chain_name> part of a <job_chain_name>.job_chain.xml job chain file.
    • <job_name> is the name of the job, i.e. the <job_name> part in a <job_name>.job.xml job file.

...