mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Removing Geonames error logs and worker idle message (#4170)
This commit is contained in:
@@ -73,10 +73,10 @@ class ConnectedUsersController extends Controller
|
||||
$info = '';
|
||||
}
|
||||
} catch (ExceptionInterface $e) {
|
||||
$this->logger->error(
|
||||
sprintf("Unable to get IP information for %s", $session->getIpAddress()),
|
||||
['exception' => $e]
|
||||
);
|
||||
// $this->logger->error(
|
||||
// sprintf("Unable to get IP information for %s", $session->getIpAddress()),
|
||||
// ['exception' => $e]
|
||||
// );
|
||||
}
|
||||
|
||||
$result[] = [
|
||||
|
Reference in New Issue
Block a user