Skip to content

Commit

Permalink
Disable query log by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 2, 2014
1 parent 8818ec3 commit e0abfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class Connection implements ConnectionInterface {
*
* @var bool
*/
protected $loggingQueries = true;
protected $loggingQueries = false;

/**
* Indicates if the connection is in a "dry run".
Expand Down

0 comments on commit e0abfe5

Please sign in to comment.