Since D7 brought concept of entities into life one should be able to filter watchdog messages by entity type(node), entity bundle(page) and entity id(1). With this data we can filter messages in more detail.
For example: let's say I have an entity and it's bundle called shopping cart. A visitor puts an item into his shopping cart. Currently I can only filter by module so I'll filter by 'shopping cart' and I'll see all entries that were made for shopping carts but I cant see if user John Doe have anything in his cart because I couldn't find his cart in tons of watchdog entries. If I had option to filter entity, type and id I'd know ecatly when and what Jonh put into his shoppnig cart and I could display it in his shopping cart so he can see when he put items into his cart too.
Comments
Comment #1
neRok commentedIm just trying to close off some old issues. I think you can do this in D7 now (I'm looking at 7.22). If you have dblogging enabled and visit admin/reports/dblog, you can filter by type (node etc), and there is a user column. This should do what you require, so I will close the issue.