Reputation: 8810
In MySQL, I've set the log_output to FILE, and general_log to ON, and the queries start rushing in for me to debug. BUT, after 1022 bytes, each query is abruptly truncated. How can I increase this limit so that I get to debug also the long queries?
Upvotes: 0
Views: 89
Reputation: 4984
What version on MySql are you using? there was a reported bug similar to this @ http://bugs.mysql.com/bug.php?id=21557
Upvotes: 1