Removing Geonames error logs and worker idle message (#4170)

This commit is contained in:
Aina Sitraka
2022-11-08 17:13:18 +03:00
committed by GitHub
parent 91cdcc7a45
commit 0da7b20c92
2 changed files with 4 additions and 6 deletions

View File

@@ -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[] = [