From 6803f589f1ef1406dce3755e98c320bf7a4e277f Mon Sep 17 00:00:00 2001 From: Prasad <prasad@vtiger.com> Date: Fri, 30 Jul 2021 22:43:13 +0530 Subject: [PATCH] Removed unwanted override --- include/logging.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/logging.php b/include/logging.php index 0a4a077bf..ceb3c11ad 100644 --- a/include/logging.php +++ b/include/logging.php @@ -30,7 +30,6 @@ if(isset($PERFORMANCE_CONFIG) && isset($PERFORMANCE_CONFIG['LOG4PHP_DEBUG']) && // END define('LOG4PHP_DEFAULT_INIT_OVERRIDE', true); -define('LOG4PHP_DIR', 'libraries/log4php.debug'); require_once(LOG4PHP_DIR.'/Logger.php'); Logger::configure('log4php.properties'); -- GitLab