The main page lists under dependencies: "Database logging is a Core (optional) module," implying that the Role Watchdog module sends such notices to the PSR-3 log formerly known as Watchdog. However, the Drupal 8.x version does not do this.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | interdiff_7_10.txt | 272 bytes | ericgsmith |
| #10 | role_watchdog-3187778-10.patch | 4.24 KB | ericgsmith |
| #8 | role_watchdog-3187778-4-7-interdiff.txt | 2.83 KB | rosk0 |
| #8 | role_watchdog-3187778-7.patch | 4.25 KB | rosk0 |
| #4 | 3187778-4.patch | 3.44 KB | gaurav.kapoor |
Issue fork role_watchdog-3187778
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
john franklin commentedPatch attached (re)adds the functionality.
Comment #3
gaurav.kapoor commentedThanks for adding this feature, but the patch doesn't apply anymore.
Comment #4
gaurav.kapoor commentedModified the patch a lil bit and did a re roll as well.
Comment #5
gaurav.kapoor commentedComment #6
gaurav.kapoor commentedThis patch will also require an update hook to update settings for websites in which this module is already installed.
Comment #7
gaurav.kapoor commentedReference code for adding update hook https://gist.github.com/mikecrittenden/2d2c6734c506d509505fa79142125757
Comment #8
rosk0Thank you for the patch improvement @gaurav.kapoor. In future, when updating a patch, can you please supply interdiff to simplify a review process.
Attached is an updated patch, with inderdiff.
Changes:
role_watchdog_user_update()Comment #9
gaurav.kapoor commentedLet's target this with the 2.0.x development release.
Comment #10
ericgsmith commentedWe have been using the patch in #8 for a long time and it works as expected.
Adding a minor nitpick - boolean value should be lowercase in installed config.
Comment #13
ericgsmith commentedAdded patch 10 to MR and additional minor PHPCS fixes - thanks!