private function logGeoError(\Exception $exception)
 {
     $info = LogManager::getLogInfoByException($exception);
     return $this->addRawLog(LogManager::TYPE_GEO_ERROR, LogManager::LEVEL_WARNING, '', '', $info);
 }