Logging login events

Viewed 167

Hi team! I have successfully enabled logging, but there are no login events in the logs. It would be great if the logs would store successful and unsuccessful login attempts. The stdout and stderr of the docker container do not contain these events either. Even with LOG_LEVEL=DEBUG. How can I customize this? Thanks!

1 Answers

At present, Answers does not print the log of user login events. If you want to know the user login status you can query the last_login_date field in the user table in the database.

Thanks for the reply, but user status is not what I need. What I need is exactly the logon events. I will try to add this request to the issues. Also, I haven't tried configuring the Oauth2 plugin to authorize third party users. Perhaps it will capture such events in the logs.