Skip to content
Snippets Groups Projects
Unverified Commit adf67fac authored by Lukas Reschke's avatar Lukas Reschke
Browse files

JSON encode the values

parent ba4f12ba
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ class Throttler {
'occurred' => $this->timeFactory->getTime(),
'ip' => $ip,
'subnet' => $this->getSubnet($ip),
'metadata' => $metadata,
'metadata' => json_encode($metadata),
];
$this->logger->notice(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment