mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 15:44:37 -04:00
Refactor system logger to enable multidb
This commit is contained in:
parent
52c3d63349
commit
49b3cab7d7
@ -237,7 +237,7 @@ class LoginController extends BaseController
|
|||||||
->batch();
|
->batch();
|
||||||
|
|
||||||
SystemLogger::dispatch(
|
SystemLogger::dispatch(
|
||||||
json_encode(['id' => request()->getClientIp()]),
|
json_encode(['ip' => request()->getClientIp()]),
|
||||||
SystemLog::CATEGORY_SECURITY,
|
SystemLog::CATEGORY_SECURITY,
|
||||||
SystemLog::EVENT_USER,
|
SystemLog::EVENT_USER,
|
||||||
SystemLog::TYPE_LOGIN_FAILURE,
|
SystemLog::TYPE_LOGIN_FAILURE,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user