Hi, I'm trying to debug a stored procedure. This SP has a few queries and also call another SP. I'm starting mysql with the --log=my_queries.log but I found that mysql only log the "call my_sp(param1, param2)" but don't log any query inside my_sp neither log the nested SP call. By the way, how can I log the triggers queries? Do I need to set some kind of "query log verbose level"? thanks in advance.
-- Mauricio Tellez