The idea is that in the log is currently like: Completed in 1290ms (View: 152, DB: 75) | 200 OK [ http://localhost:3000/search?q=nik+gene+cluster&view=2]
I want to extend it to also track the Solr query times and time spent in solr-ruby like: Completed in 1290ms (View: 152, DB: 75, Solr: 334) | 200 OK [ http://localhost:3000/search?q=nik+gene+cluster&view=2] Has anyone done such a plug-in or extension already? -- Regards, Ian Connor