• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/infrastructure/service/config/factory.php
  • Класс: BitrixLocationInfrastructureServiceConfigFactory
  • Вызов: Factory::getLogLevel
static function getLogLevel(): int
{
	return (int)Option::get('location', 'log_level', LoggerServiceLogLevel::ERROR);
}