Skip to content

Commit

Permalink
116609: Add tomcat shutdown line to process log
Browse files Browse the repository at this point in the history
  • Loading branch information
nona-luypaert committed Jul 25, 2024
1 parent d80f49e commit 156ad47
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ public void afterPropertiesSet() throws Exception {
log.info("Process with ID {} did not complete before tomcat shutdown, failing it now.", process.getID());
fail(context, process);
// But still attach its log to the process.
appendLog(process.getID(), process.getName(),
"Process did not complete before tomcat shutdown.",
ProcessLogLevel.ERROR);
createLogBitstream(context, process);
}

Expand Down

0 comments on commit 156ad47

Please sign in to comment.