mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Minor adjustments for query logging
This commit is contained in:
parent
7031379bd0
commit
61b007e53a
@ -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…
x
Reference in New Issue
Block a user