Index: branches/5.3.x/core/kernel/utility/logger.php =================================================================== diff -u -N -r16334 -r16389 --- branches/5.3.x/core/kernel/utility/logger.php (.../logger.php) (revision 16334) +++ branches/5.3.x/core/kernel/utility/logger.php (.../logger.php) (revision 16389) @@ -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;