diff --git a/src/Service/HubFilter/BaseHubFilter.php b/src/Service/HubFilter/BaseHubFilter.php index 3ca4bf85..81f75b7d 100644 --- a/src/Service/HubFilter/BaseHubFilter.php +++ b/src/Service/HubFilter/BaseHubFilter.php @@ -31,6 +31,10 @@ class BaseHubFilter $this->em = $em; $this->rt = $rt; $this->trans = $trans; + + error_log("-------------------"); + error_log("HUB FILTER RUNNING: " . $this->getID()); + error_log("-------------------"); } public function getID(): string