Logging login events

Viewed 111

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.