By parahumanoid on
Hi.
I am looking for a comprehensive solution what would allow, among other things, monitoring both success and failure of login attempts, with a possibility of mailing logs from time to time to the indicated email address. I am rather new to Drupal, so perhaps it's in its core functionality, but I didn't find it.
Also, there is a need to see user's attempts to access nodes he has no access to.
I would greatly appreciate your help with this.
Alex.
Comments
Drupal has logging built-in.
Drupal has logging built-in. It doesn't e-mail it.
You need to turn on access logging at http://www.example.com/admin/reports/settings.
Then look at the recent log entries at http://www.example.com/admin/reports/dblog. You can filter the type of log entries you are looking for.
A problem
My /admin/reports/settings URL displays the same page as /admin/reports. Is that normal? I am not using any custom theme.