Usage: add 'log' => ['login' => false] to config.php
I would prefer an opt-in for logging user information, but this way there is at least an easy way to turn the default behavior off. If I want to log user logins without ip address or even simpler only the user id, I can implement it in config/bootstrap.php or via addon.
Usage: add
'log' => ['login' => false]
toconfig.php
I would prefer an opt-in for logging user information, but this way there is at least an easy way to turn the default behavior off. If I want to log user logins without ip address or even simpler only the user id, I can implement it in
config/bootstrap.php
or via addon.