Because this module treats PMs as nodes, new PMs are shown in the watchdog. Review if there's anything we can do to stop this.

Comments

rszrama’s picture

After a little research it looks like I can use hook_watchdog() to alter the message before it gets logged or simply delete the message after it's logged. I think I'd prefer nothing to show up at all, so I'll implement hook_enable() to make sure PM Lite's module weight is high. As a fall back, I'll also sanitize the messages and data logged to the watchdog... never know what else may modify module weights.

rszrama’s picture

Status: Active » Fixed

Implemented hook_watchdog() as described above to just delete the entry after it's been made. Implemented hook_watchdog() to make sure PM Lite's weight is 1,000 or at least 1 higher than dblog's.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.