Store queue_log file to a database

Hi, how can I store the information on /var/log/asterisk/queue_log to a database so I can do some php on this database and generate a custom report of addmember removemember.

The easiest way is to pull the information using mysqlimport. The file is already “database ready” as it is a pipe-separated CSV file. You could easily write a simple PHP program that would do the same and allow you to “preprocess” some of the information.