Prechádzať zdrojové kódy

Minor fixing log path.

Julio Montoya 11 rokov pred
rodič
commit
aa04bdeafd

+ 1 - 1
console-config.php

@@ -21,7 +21,7 @@ $config->setProxyNamespace('Proxies');
 
 $courseList = CourseManager::get_real_course_list();
 
-$app['chamilo.log'] = $app['sys_log_path'].'/chamilo-cli.log';
+$app['chamilo.log'] = $app['sys_log_path'].'chamilo-cli.log';
 
 // Loading db connections
 

+ 1 - 1
src/ChamiloLMS/Resources/config/prod.php

@@ -107,7 +107,7 @@ if ($app['assetic.enabled']) {
 }
 
 // Monolog log file
-$app['chamilo.log'] = $app['sys_log_path'].'/chamilo.log';
+$app['chamilo.log'] = $app['sys_log_path'].'chamilo.log';
 
 // If the chamilo.lig is not writable try to delete it
 if (is_file($app['chamilo.log']) && !is_writable($app['chamilo.log'])) {