When we were using CF 5 we would get the full text of any SQL query that threw
a database exception in one of the log files. I found this rather useful many
times. (although the log files tended to get rather large)

I can't seem to find that info since we moved forward to CF MX, and it often
helped me to fix some obscure errors. Lately people email that they
encountered an error on a query, but I can't find a way to view the values they
submitted.

Have I missed a log file with this info? Would I need to create a message to
myself with the contents of such a log from within the cfcatch clause on each
such page?

How are others solving this problem?