JSON encode the values

pull/479/head
Lukas Reschke 2016-07-20 22:47:33 +07:00
parent ba4f12baa0
commit adf67fac96
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 1 additions and 1 deletions

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