Details
-
Fix
-
Status: Approved (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12
-
None
Description
Current Situation
In the article What logging possibilities does JobScheduler provide? there is described for Job Logs
3. Job Log: job.<job_chain_name>,<job_name>.log
A Job Log is created:
during execution of individual jobs. Any job start will overwrite an existing Job Log.
This is wrong
Desired Behavior
In the article What logging possibilities does JobScheduler provide? there is described for Job Logs
3. Job Log: job.<job_chain_name>,<job_name>.log
A Job Log is created:
during start of JobScheduler for each job. Any job start will append an existing Job Log.