Add extra logs to hub filtering #800

This commit is contained in:
Ramon Gutierrez 2024-07-03 23:41:44 +08:00
parent 9b63139957
commit 23d814d1e9

View file

@ -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