1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Refactor system logger to enable multidb

This commit is contained in:
David Bomba 2021-05-19 11:12:55 +10:00
parent 52c3d63349
commit 49b3cab7d7

View File

@ -237,7 +237,7 @@ class LoginController extends BaseController
->batch();
SystemLogger::dispatch(
json_encode(['id' => request()->getClientIp()]),
json_encode(['ip' => request()->getClientIp()]),
SystemLog::CATEGORY_SECURITY,
SystemLog::EVENT_USER,
SystemLog::TYPE_LOGIN_FAILURE,