Excellent little module, exactly what I needed.
Found one small bug: the link to the details of a message is wrong, it points to "/view/" which should be "/event". This is easily fixed (line 161):
//l(t('details'), "admin/reports/view/$watchdog->wid")
l(t('details'), "admin/reports/event/$watchdog->wid")
Comments
Comment #1
Whiskey commented