@@ -43,13 +43,13 @@ |
||
43 | 43 | { |
44 | 44 | $configUtils = new Utils\Config(); |
45 | 45 | $configDir = $configUtils->getConfigDir(); |
46 | - $yamlConfig = Yaml::parse(file_get_contents($configDir . '/' . $defaultConfigFile)) ?? []; |
|
46 | + $yamlConfig = Yaml::parse(file_get_contents($configDir.'/'.$defaultConfigFile)) ?? []; |
|
47 | 47 | if (isset($yamlConfig['logFile'])) { |
48 | 48 | $this->setLogfile($yamlConfig['logFile']); |
49 | 49 | } else { |
50 | 50 | $config = Configuration::getInstance(); |
51 | 51 | $loggingDir = $config->getPathValue('loggingdir', 'log/'); |
52 | - $this->setLogfile($loggingDir . $config->getString('logging.logfile', 'simplesamlphp.log')); |
|
52 | + $this->setLogfile($loggingDir.$config->getString('logging.logfile', 'simplesamlphp.log')); |
|
53 | 53 | } |
54 | 54 | |
55 | 55 | if (isset($yamlConfig['lines'])) { |