Discourse authentication log

I want to see some of the failed login attempts. where can I find the log?

1 Like

I am currently searching google far and wide for the logs for invalid / failed login attempts as well. (thats how I landed here). Let me know if you ever figured it out.

Thank you.

EDIT: so I got an idea, goto google and search whats my ip. Next purposely try logging in with incorrect password, then just search the system for that IP address:

sudo grep -i --binary-files=without-match --exclude-dir={sys,proc,run} --include=\* -rnw '/' -e "111.222.333.444"

however all this returns are my nginx access logs, invalid login attempts do not appear to be getting logged, I will have to see if there is a setting, mod, or plugin that will allow me to log this info.