From d6fb1acaa6bb8b7263a67ae1db062f1834fe738b Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Thu, 26 Sep 2019 08:25:12 +0100 Subject: [PATCH] Fixing formatting of config values for core agent execution --- src/CoreAgent/AutomaticDownloadAndLaunchManager.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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';