#716992: Paranoia form audit trail (log form submissions) has some ideas for logging all form submissions.

That's a pretty heavy-handed approach. A lighter approach would be to just add watchdog for a few more important actions. So far the one I care about most is "log every grant/removal of a role" but I guess there are others that are important as well.

Comments

gerhard killesreiter’s picture

I wouldn't want to use watchdog (in the sense of dblog( for this since it expires too fast and (more importantly) can be truncated from the UI. syslog would be better.

greggles’s picture

Agreed, though I think that's a per site thing. The module can use watchdog() and let the site admin sort out where it ends up.

We should consider merging in the better parts of http://drupalcode.org/viewvc/drupal/contributions/modules/drupalorg/role...

gerhard killesreiter’s picture

Well, paranoia is about not trusting the admin, so we should make syslog a requrement. That wouldn't rule out to have dblog enabled for convenience as well.

coltrane’s picture

(subscribe)

greggles’s picture

Issue summary: View changes
greggles’s picture

Status: Active » Closed (outdated)

This seems like an outdated request. If anyone wants to reopen it that would be fine. Please update version to 8.x-1.x.