Index: branches/5.2.x/core/kernel/utility/logger.php =================================================================== diff -u -N -r15553 -r15569 --- branches/5.2.x/core/kernel/utility/logger.php (.../logger.php) (revision 15553) +++ branches/5.2.x/core/kernel/utility/logger.php (.../logger.php) (revision 15569) @@ -1,6 +1,6 @@ Application->InitDone ) { $this->_logRecord['LogUserId'] = $this->Application->RecallVar('user_id'); $this->_logRecord['LogSessionKey'] = $this->Application->GetSID(); + $this->_logRecord['IpAddress'] = $this->Application->getClientIp(); } return $this;