Adding executor log to output

This commit is contained in:
Ian Roddis
2022-01-07 17:40:07 -04:00
parent db6fd64601
commit efd4078f70

View File

@@ -587,7 +587,8 @@ namespace daggy::daggyd {
<< "</td><td><pre>rc: " << attempt.rc << "</td><td><pre>rc: " << attempt.rc
<< "\n\nstdout:\n--------------\n" << "\n\nstdout:\n--------------\n"
<< attempt.outputLog << "\n\nstderr:\n--------------\n" << attempt.outputLog << "\n\nstderr:\n--------------\n"
<< attempt.errorLog << "</pre></td></tr>"; << attempt.errorLog << "\n\nexecutor:\n--------------\n"
<< attempt.executorLog << "</pre></td></tr>";
} }
ss << "</table></body></html>"; ss << "</table></body></html>";