mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 23:43:06 +00:00
116609: Add tomcat shutdown line to process log
This commit is contained in:
@@ -88,6 +88,9 @@ public class ProcessServiceImpl implements ProcessService, InitializingBean {
|
||||
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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user