General logs - MySQL

I’m trying to create a script that insert some raw datas in request tracker but i’m having some troubles at capturing a insert query in mysql general logs.

I set to SET GLOBAL general_log = 1 and SET GLOBAL general_log_file = ‘somefile.log’ and start capturing logs from mysql but nothing comming from RT.

Any ideas?