Minor adjustments for query logging
This commit is contained in:
parent
7031379bd0
commit
61b007e53a
1 changed files with 3 additions and 1 deletions
|
|
@ -52,8 +52,10 @@ class QueryLogging
|
|||
$timeEnd = microtime(true);
|
||||
$time = $timeEnd - $timeStart;
|
||||
|
||||
if($count > 250)
|
||||
if($count > 250){
|
||||
nlog("Quer count = {$count}");
|
||||
nlog($queries);
|
||||
}
|
||||
|
||||
$ip = '';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue