moving install.log to logs folder CORE #29

This commit is contained in:
Fernando Ontiveros
2025-04-08 16:05:19 +00:00
parent 95174257f4
commit 9ad5ead4bd
3 changed files with 5 additions and 5 deletions

View File

@@ -448,7 +448,7 @@ class InstallerModule extends Controller
if (substr($pathShared, -1) !== '/') {
$pathShared .= '/';
}
$pathSharedLog = $pathShared . 'log/';
$pathSharedLog = $pathShared . 'logs/';
G::verifyPath($pathSharedLog, true);
$logFile = $pathSharedLog . 'install.log';