From 4fe02ab504d516a15dc8c46742fa9910715899da Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Thu, 30 May 2019 20:39:48 +0800 Subject: [PATCH] 1 --- webapp/bootstrap/config_loader.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/bootstrap/config_loader.php b/webapp/bootstrap/config_loader.php index 5fa0a79..eb10666 100644 --- a/webapp/bootstrap/config_loader.php +++ b/webapp/bootstrap/config_loader.php @@ -35,6 +35,7 @@ function checkRedisConfig() function getMysqlConfig($hash_value) { if ($hash_value < 0) { + error_log('callstack:' . json_encode(debug_backtrace(), JSON_PRETTY_PRINT)); die('hash_value < 0 ' . $hash_value); } global $g_conf_mysql_cluster; @@ -45,6 +46,7 @@ function getMysqlConfig($hash_value) function getRedisConfig($hash_value) { if ($hash_value < 0) { + error_log('callstack:' . json_encode(debug_backtrace(), JSON_PRETTY_PRINT)); die('hash_value < 0 ' . $hash_value); } global $g_conf_redis_cluster;