[Request] Add a configuration option to disable the query log · Issue #737 · laravel/framework

I'm using artisan and Eloquent to do processing of a large number of database updates. Illuminate\Database\Connection tracks each query in Connection::$queryLog. This is problematic for me due to t...