1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Minor adjustments for query logging

This commit is contained in:
David Bomba 2021-09-05 09:15:21 +10:00
parent 7031379bd0
commit 61b007e53a

View File

@ -52,8 +52,10 @@ class QueryLogging
$timeEnd = microtime(true); $timeEnd = microtime(true);
$time = $timeEnd - $timeStart; $time = $timeEnd - $timeStart;
if($count > 250) if($count > 250){
nlog("Quer count = {$count}");
nlog($queries); nlog($queries);
}
$ip = ''; $ip = '';