[Minor] Log when activity is complete and needs archiving

This commit is contained in:
Robert von Burg 2019-02-22 15:44:54 +01:00
parent 756ca14fa3
commit 7d87589ce2
1 changed files with 1 additions and 0 deletions

View File

@ -370,6 +370,7 @@ public class EventBasedExecutionHandler extends ExecutionHandler {
logger.warn("Activity " + activityLoc + " already removed from registered activities!");
}
logger.info("Archiving activity " + activityLoc + " with state " + activity.getState());
archiveActivity(realm, activity.getLocator());
} else {