Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
watchdog.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2009 at 10:05 UTC
Updated:
29 Jul 2014 at 18:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
j.somers commentedWhat would be the best way to do this?
I have a site with over 20.000 users (albeit not every user is active and it contains a lot of duplicated users) but I don't think it's a really nice solution to create a list like the current available filters for the severity and the type.
Comment #2
fgmProbably as always in such cases, by using an autocomplete instead of a select ?
Comment #3
Anonymous (not verified) commentedI agree. I will write a patch for the watchdog now.
Comment #4
Anonymous (not verified) commentedI'm almost done, but unable to properly test because of a bug in the filter form which hasn't been resolved yet: PDOException: Invalid parameter number: dblog - http://drupal.org/node/445482. Will wait until this problem has been resolved and pushed upstream.
Comment #5
fgmRohin, don't let that prevent you from uploading that file. It needn't be perfect on the first try anyway.
Comment #6
Anonymous (not verified) commentedOkay, here's a patch which will just add an auto-complete textfield to the filter form for the user to enter a username
Comment #7
Anonymous (not verified) commentedComment #8
sun.core commentedComment #9
arhak commentedmarking this as duplicate of #24957: Search Watchdog Log
also check out the 6.x-3.x version of Utility module which already implements filtering log entries by user & host
and a D7 patch for a new hook to make log filtering extensible from contrib #582622: provide hook for dblog_filters