Adding executor log to output
This commit is contained in:
@@ -587,7 +587,8 @@ namespace daggy::daggyd {
|
||||
<< "</td><td><pre>rc: " << attempt.rc
|
||||
<< "\n\nstdout:\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>";
|
||||
|
||||
Reference in New Issue
Block a user