fixes for logging

This commit is contained in:
= 2021-05-02 21:40:15 +10:00
parent cae1df01ef
commit e53d5dcb13

View File

@ -55,7 +55,7 @@ class QueryLogging
nlog($request->method().' - '.$request->url().": $count queries - ".$time); nlog($request->method().' - '.$request->url().": $count queries - ".$time);
// if($count > 50) // if($count > 50)
nlog($queries); //nlog($queries);
LightLogs::create(new DbQuery($request->method(), $request->url(), $count, $time, request()->ip())) LightLogs::create(new DbQuery($request->method(), $request->url(), $count, $time, request()->ip()))
->batch(); ->batch();