Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.12
-
None
Description
Current Situation
When a job has the option history_with_log=true the log for this job can not be shown.
<job">
<settings >
<history_with_log ><![CDATA[yes]]></history_with_log>
</settings>
<script language="shell">
<![CDATA[
echo hello world
]]>
</script>
<run_time />
</job>
Desired Behavior
The log of a task or order should be shown in JOC even if the option history_with_log=true