From db9aca14600953c6c9582824e2814986f7bb6a61 Mon Sep 17 00:00:00 2001 From: "y.yerli" Date: Mon, 20 Jan 2025 12:53:50 +0300 Subject: [PATCH] Fix #475 - [Legacy] Keep upgrade log --- public/legacy/modules/UpgradeWizard/uw_utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/legacy/modules/UpgradeWizard/uw_utils.php b/public/legacy/modules/UpgradeWizard/uw_utils.php index 9170d02e3..d51a98091 100755 --- a/public/legacy/modules/UpgradeWizard/uw_utils.php +++ b/public/legacy/modules/UpgradeWizard/uw_utils.php @@ -1281,7 +1281,7 @@ function logThis($entry, $path='') if (file_exists('include/utils/sugar_file_utils.php')) { require_once('include/utils/sugar_file_utils.php'); } - $log = empty($path) ? clean_path(getcwd().'/upgradeWizard.log') : clean_path($path); + $log = empty($path) ? clean_path(getcwd().'/../../logs/upgrade.log') : clean_path($path); // create if not exists if (!file_exists($log)) {