Fix hub filter log location #800
This commit is contained in:
parent
8992fdeec0
commit
a335f84a13
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class BaseHubFilter
|
||||||
$this->em->flush();
|
$this->em->flush();
|
||||||
|
|
||||||
// log to file
|
// log to file
|
||||||
$filename = '/../../var/log/hub_rejection.log';
|
$filename = '/../../../var/log/hub_rejection.log';
|
||||||
$date = date("Y-m-d H:i:s");
|
$date = date("Y-m-d H:i:s");
|
||||||
|
|
||||||
// build log entry
|
// build log entry
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue