diff --git a/src/CoreAgent/AutomaticDownloadAndLaunchManager.php b/src/CoreAgent/AutomaticDownloadAndLaunchManager.php index c2a995ec..8440f845 100644 --- a/src/CoreAgent/AutomaticDownloadAndLaunchManager.php +++ b/src/CoreAgent/AutomaticDownloadAndLaunchManager.php @@ -108,9 +108,9 @@ private function run() : bool { $this->logger->debug('Core Agent Launch in Progress'); try { - $logLevel = $this->config->get('logLevel'); - $logFile = $this->config->get('logFile'); - $configFile = $this->config->get('configFile'); + $logLevel = $this->config->get('log_level'); + $logFile = $this->config->get('log_file'); + $configFile = $this->config->get('config_file'); if ($logFile === null) { $logFile = '/dev/null';