mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Update geonames server dependency for better logs
This commit is contained in:
@@ -70,9 +70,7 @@ class ConnectedUsers implements ControllerProviderInterface
|
||||
$info = '';
|
||||
}
|
||||
} catch (GeonamesExceptionInterface $e) {
|
||||
$app['monolog']->error(sprintf(
|
||||
"Unable to get IP information for %s : %s", $session->getIpAddress(), $e->getMessage()
|
||||
));
|
||||
$app['monolog']->error(sprintf("Unable to get IP information for %s", $session->getIpAddress()), array('exception' => $e));
|
||||
}
|
||||
|
||||
$result[] = array(
|
||||
|
Reference in New Issue
Block a user