Fix typo in api logger #374
This commit is contained in:
parent
63bb887370
commit
3cc20c7410
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class LogSubscriber implements EventSubscriberInterface
|
||||||
$req->query->all(),
|
$req->query->all(),
|
||||||
$req->request->all(),
|
$req->request->all(),
|
||||||
];
|
];
|
||||||
error_log(print_r($req_data, true));
|
error_log(print_r($reqdata, true));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function onKernelResponse(ResponseEvent $event)
|
public function onKernelResponse(ResponseEvent $event)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue