Log activities on a per user basis?

I am currently logging in debug mode to a file.
I currently do not see any information on activities on a per user basis…
I mean users that have access and can log into RT… Info on what user
modified what ticket or which user ran a specic query… that sort of
thing…

Is this possible with the different log levels?

Thanks.

User activity is not logged in RT, you can always query the Transactions
table for anything modified or inserted …
but logging user actions in query builder is not possible easily
Roy
spydrrrrr@gmail.com wrote: