@Override
 protected void onActTerminated(Act act, Audit audit) {
   super.onActTerminated(act, audit);
   LOGGER.info("Audit files terminated on " + this.pageMap.keySet());
 }
 @Override
 protected void onActTerminated(Act act, Audit audit) {
   super.onActTerminated(act, audit);
   LOGGER.info("Audit page terminated on " + this.pageUrl);
 }