Add extra logs to hub filtering #800
This commit is contained in:
parent
9b63139957
commit
23d814d1e9
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ class BaseHubFilter
|
||||||
$this->em = $em;
|
$this->em = $em;
|
||||||
$this->rt = $rt;
|
$this->rt = $rt;
|
||||||
$this->trans = $trans;
|
$this->trans = $trans;
|
||||||
|
|
||||||
|
error_log("-------------------");
|
||||||
|
error_log("HUB FILTER RUNNING: " . $this->getID());
|
||||||
|
error_log("-------------------");
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getID(): string
|
public function getID(): string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue